Packages
org.shiftone.cache  
org.shiftone.cache.adaptor Adaptors
org.shiftone.cache.config  
org.shiftone.cache.decorator.cluster Wrapper that sends notifications to other caches in a cluster.
org.shiftone.cache.decorator.cluster.jgroups  
org.shiftone.cache.decorator.cluster.jms  
org.shiftone.cache.decorator.cluster.msg  
org.shiftone.cache.decorator.jmx  
org.shiftone.cache.decorator.miss Wrapper that obtains the desired object from a "MissHandler" if a cache miss occures.
org.shiftone.cache.decorator.soft Wrapper produces a cache that is memory sensitive.
org.shiftone.cache.decorator.stat Wrapper collects hit/miss statistics on the cache.
org.shiftone.cache.decorator.sync Wrapper performs cache level synchronization.
org.shiftone.cache.decorator.tandem  
org.shiftone.cache.policy  
org.shiftone.cache.policy.fifo FIFO
org.shiftone.cache.policy.lfu LFU
org.shiftone.cache.policy.lru LRU
org.shiftone.cache.policy.single Single
org.shiftone.cache.policy.zero Zero
org.shiftone.cache.test  
org.shiftone.cache.test.benchmark  
org.shiftone.cache.util  
org.shiftone.cache.util.reaper