We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3573097
get set mget mset getAll take 等实例方法支持泛型。
get
set
mget
mset
getAll
take
例如:
const myCache = new Cache(); myCache.get<string>(key1); myCache.get<number>(key2);