Package com.sun.appserv.util.cache


package com.sun.appserv.util.cache
  • Class
    Description
    BaseCache Generic in-memory, abstract cache
    default CacheItem class implementation
    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.
    Cache Generic cache interface
    CacheListener Generic cache listener interface
    define all cache related constants
    LRUCache in-memory bounded cache with an LRU list
    default CacheItem class implementation
    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.