Uses of Interface
com.sun.appserv.util.cache.Cache
Packages that use Cache
-
Uses of Cache in com.sun.appserv.util.cache
Classes in com.sun.appserv.util.cache that implement CacheModifier and TypeClassDescriptionclassBaseCache Generic in-memory, abstract cacheclassMultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.classLRUCache in-memory bounded cache with an LRU listclassMultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.