gannasong / SimpleCacheLRU

SimpleCacheLRU is a pure Swift Least Recently Used "LRU" Cache. Older items that have not been recently used are discarded from the cache. The time, space complexity is O(1) and thanks to generics any values can be stored.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gannasong/SimpleCacheLRU Issues

No issues in this repository yet.