缓存:带有ttl的Typescript键值对缓存

时间:2024-03-17 21:32:23
【文件属性】:

文件名称:缓存:带有ttl的Typescript键值对缓存

文件大小:24KB

文件格式:ZIP

更新时间:2024-03-17 21:32:23

typescript key-value cache ttl TypeScript

欢迎使用缓存 :waving_hand: 具有ttl的键值对缓存。 安装 npm i @baanloh/cache 文献资料 例子 import { Cache } from '@baanloh/cache' ; // create a cache with default ttl to 10 minutes const cache = new Cache < string> ( 1000 * 60 * 10 ) ; // subscribe to delete event. // can be used to perform specific action if the element is deleted by ttl. cache . on ( 'delete' , ( k , v ) => { console . log ( `deleted ${ k } : ${ v }


【文件预览】:
cache-master
----.gitignore(2KB)
----tsconfig.json(411B)
----README.md(3KB)
----.github()
--------workflows()
----test()
--------index.ts(390B)
----.prettierrc(166B)
----LICENSE(1KB)
----.eslintrc(642B)
----package.json(2KB)
----src()
--------index.ts(4KB)
----.eslintignore(176B)
----package-lock.json(61KB)

网友评论