royashmi/cache
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
** Simple LRU Cache ** Implementation of a LRU Cache with DoublyLinkedList Main demo program is CacheDemo.java ** Loading Cache ** Simple implementation of a cache which will load the value of a item missing from the cache. Main demo program is LoadingCacheDemo.java