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

https://github.com/statewalker/statewalker-cache-mem


https://github.com/statewalker/statewalker-cache-mem

Last synced: about 2 months ago
JSON representation

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.