Package simple.util.cache

Class Summary
Cache This is a LRU, Least Recently Used, Cache used to store objects.
CacheList This is a LRU, Least Recently Used, list that will store a limited number of objects.
TimeCache This is a LRU, Least Recently Used, TimeCache for caching objects.