@toreda/cache
Version:
Time-based object cache in TypeScript.
1 lines • 597 B
Source Map (JSON)
{"version":3,"sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,EAAC,MAAM,SAAS,CAAC;AAC9B,OAAO,EAAC,SAAS,EAAC,MAAM,aAAa,CAAC;AACtC,OAAO,EAAC,SAAS,EAAC,MAAM,eAAe,CAAC;AACxC,OAAO,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AACvC,OAAO,EAAC,OAAO,EAAC,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,WAAW,EAAC,MAAM,iBAAiB,CAAC","file":"index.d.ts","sourcesContent":["export {Cache} from './cache';\nexport {Cacheable} from './cacheable';\nexport {CacheIdFn} from './cache/id/fn';\nexport {CacheItem} from './cache/item';\nexport {CfgData} from './cfg/data';\nexport {cacheItemId} from './cache/item/id';\n"]}