https://github.com/myrotvorets/lru-cache
TypeScript implementation of LRU Cache
https://github.com/myrotvorets/lru-cache
lru lru-cache lrucache
Last synced: 10 months ago
JSON representation
TypeScript implementation of LRU Cache
- Host: GitHub
- URL: https://github.com/myrotvorets/lru-cache
- Owner: myrotvorets
- License: mit
- Created: 2024-02-25T09:20:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-18T18:43:13.000Z (10 months ago)
- Last Synced: 2025-08-18T20:39:25.568Z (10 months ago)
- Topics: lru, lru-cache, lrucache
- Language: TypeScript
- Homepage:
- Size: 767 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lru-cache
[](https://github.com/myrotvorets/lru-cache/actions/workflows/build.yml)
[](https://github.com/myrotvorets/lru-cache/actions/workflows/codeql-analysis.yml)
[](https://github.com/myrotvorets/lru-cache/actions/workflows/package-audit.yml)
[](https://sonarcloud.io/summary/new_code?id=myrotvorets_lru-cache)
LRU Cache implementation in TypeScript