Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aidera/test__cache-controller
My test work making cache controller
https://github.com/aidera/test__cache-controller
employer-test test
Last synced: about 16 hours ago
JSON representation
My test work making cache controller
- Host: GitHub
- URL: https://github.com/aidera/test__cache-controller
- Owner: aidera
- Created: 2020-06-10T07:55:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:38:38.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T23:18:42.258Z (over 1 year ago)
- Topics: employer-test, test
- Language: TypeScript
- Homepage: https://aidera.github.io/test__cache-controller/
- Size: 5.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is it
A web app, that can collect cache. It uses max cache param. When cash elements count is bigger then max count, app will delete the most unused cache element.## Demo
https://aidera.github.io/test__cache-controller/## Tecnologies
- localStorage
- React
- TypeScript