Uses of Interface
com.sun.appserv.util.cache.Cache

Packages that use Cache
Package
Description
 
  • Uses of Cache in com.sun.appserv.util.cache

    Classes in com.sun.appserv.util.cache that implement Cache
    Modifier and Type
    Class
    Description
    class 
    BaseCache Generic in-memory, abstract cache
    class 
    MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.
    class 
    LRUCache in-memory bounded cache with an LRU list
    class 
    MultiLruCache -- in-memory bounded LRU cache with multiple LRU lists Underlying Hashtable is made into logical segments, with each segment having its own LRU list.