https://github.com/shixiongfei/cache-one
A cache library only remembers the last call that matches the parameter key
https://github.com/shixiongfei/cache-one
cache caching memoization memoize memoizer
Last synced: 11 months ago
JSON representation
A cache library only remembers the last call that matches the parameter key
- Host: GitHub
- URL: https://github.com/shixiongfei/cache-one
- Owner: shixiongfei
- License: apache-2.0
- Created: 2023-08-27T12:16:32.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T04:02:42.000Z (about 2 years ago)
- Last Synced: 2025-02-20T04:03:37.968Z (over 1 year ago)
- Topics: cache, caching, memoization, memoize, memoizer
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/cache-one
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cache-one
[](https://www.npmjs.com/package/cache-one)
A cache library only remembers the last call that matches the parameter key