Lru Cache
LRUCache
This is a "Least Recently Used Cache", that has a maximum size, and when the size is exceeded, it deletes the least recently used entries.The code for this project is now located in the scrapple project:
The code for this project is now located in the scrapple project: