Uses of Interface
iitb.con.caching.Cache

Packages that use Cache
iitb.con.caching   
 

Uses of Cache in iitb.con.caching
 

Classes in iitb.con.caching that implement Cache
 class LRUCache<K>
          LRU cache.
 class MRUCache<K>
          MRU cache.