Uses of Class
org.mycore.common.MCRCache.MCRCacheEntry

Packages that use MCRCache.MCRCacheEntry
org.mycore.common   
 

Uses of MCRCache.MCRCacheEntry in org.mycore.common
 

Fields in org.mycore.common declared as MCRCache.MCRCacheEntry
(package private)  MCRCache.MCRCacheEntry MCRCache.MCRCacheEntry.after
          The entry after this one, less often used than this entry
(package private)  MCRCache.MCRCacheEntry MCRCache.MCRCacheEntry.before
          The entry before this one, more often used than this entry
protected  MCRCache.MCRCacheEntry MCRCache.lru
          The least recently used object *
protected  MCRCache.MCRCacheEntry MCRCache.mru
          The most recently used object *
 

Fields in org.mycore.common with type parameters of type MCRCache.MCRCacheEntry
protected  Hashtable<Object,MCRCache.MCRCacheEntry> MCRCache.index
          A hashtable for looking up a cached object by a given key