https://github.com/megaprog/simplest-cache
The simplest cache implementation
https://github.com/megaprog/simplest-cache
Last synced: 4 months ago
JSON representation
The simplest cache implementation
- Host: GitHub
- URL: https://github.com/megaprog/simplest-cache
- Owner: Megaprog
- Created: 2015-02-04T14:00:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T16:08:44.000Z (over 11 years ago)
- Last Synced: 2025-08-13T05:39:49.726Z (10 months ago)
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Simplest Cache
=====
Реализация простейшего кэша с использованием алгоритмов вытеснения ключей:
First in - first out (FIFO) - первый пришел первый ушел.
Least Recently Used (LRU) - наименее недавно использовавшийся;