Uses of Interface
com.sun.appserv.util.cache.Cache
-
Packages that use Cache Package Description com.sun.appserv.util.cache -
-
Uses of Cache in com.sun.appserv.util.cache
Classes in com.sun.appserv.util.cache that implement Cache Modifier and Type Class Description classBaseCacheBaseCache Generic in-memory, abstract cacheclassBoundedMultiLruCacheMultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.classLruCacheLRUCache in-memory bounded cache with an LRU listclassMultiLruCacheMultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.
-