An object used to initialize
缓存数量
增加键值对到缓存中
The key
The value
The value
清除所有内容
销毁这个 cache
枚举所有内容,找到一个可以满足条件的元素
The condition
content
枚举所有内容并执行方法
Function to be invoked
The value
The corresponding key
通过 key 获取对应的 value
The key
The corresponding content
通过 Key 判断是否存在对应的内容
The key
True indecates that content of the key exists
通过 Key 移除对应的内容
The key
The removed content
Generated using TypeDoc
用于缓存某些内容