An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

The Simplest Cache
=====

Реализация простейшего кэша с использованием алгоритмов вытеснения ключей:
First in - first out (FIFO) - первый пришел первый ушел.
Least Recently Used (LRU) - наименее недавно использовавшийся;