https://github.com/statewalker/statewalker-cache-mem
https://github.com/statewalker/statewalker-cache-mem
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/statewalker/statewalker-cache-mem
- Owner: statewalker
- License: mit
- Created: 2022-11-16T21:48:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T21:40:00.000Z (over 3 years ago)
- Last Synced: 2024-04-24T13:27:54.893Z (about 2 years ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# statewalker-cache-mem
Implementation of the LRU cache.
Contains a basic cache with passive elements eviction and an active one removing items after a specific period of time.