Uses of Interface
org.jcreme.caches.Cache

Packages that use Cache
org.jcreme.caches   
 

Uses of Cache in org.jcreme.caches
 

Subinterfaces of Cache in org.jcreme.caches
 interface ModifiableCache
          This extension of the Cache interface signals the caches that allow a change in the CachePolicy.
 

Classes in org.jcreme.caches that implement Cache
 class AggregateCache
          This is a helper class.
 class BaseCache
          This abstract cache is the base for policied caches.
 class CompositeCache
          This class models a Cache that is based on subcaches.
 class FIFOCache
          The FIFO cache is based on a First In First Out algorithm to select the objects that are removed from the cache to make room.
 class HashCache
          A Cache object using no particular policy.
 class LUFOCache
          A Cache object using a Least Used First Out policy.
 

Methods in org.jcreme.caches with parameters of type Cache
 void CompositeCache.addSubCache(Cache cache)
          Adds a cache at the end of the list of Cache.
 void CompositeCache.insertSubCache(Cache cache, int position)
          Adds a cache at the given position of the list of Cache.
 void CompositeCache.removeSubCache(Cache cache)
          Removes a cache from the list.
 

Constructors in org.jcreme.caches with parameters of type Cache
CompositeCache(Cache mainSubCache)
          Creates a new instance of CompositeCache
CompositeCache(Cache[] subCaches)
          Creates a new instance of CompositeCache.
 



Copyright 2006 null. All Rights Reserved.