Uses of Package
org.apache.jcs.engine.memory

Packages that use org.apache.jcs.engine.memory
org.apache.jcs.engine.control The primary cache classes and the hub. 
org.apache.jcs.engine.memory Parent package for memory type plugins. 
org.apache.jcs.engine.memory.lru The primary memory plugin using a 'least recently used' removal policy. 
org.apache.jcs.engine.memory.mru A memory plugin implemented using a 'most recently used' removal policy. 
org.apache.jcs.engine.memory.shrinking   
 

Classes in org.apache.jcs.engine.memory used by org.apache.jcs.engine.control
MemoryCache
          For the framework.
 

Classes in org.apache.jcs.engine.memory used by org.apache.jcs.engine.memory
MemoryCache
          For the framework.
 

Classes in org.apache.jcs.engine.memory used by org.apache.jcs.engine.memory.lru
AbstractMemoryCache
          Some common code for the LRU and MRU caches.
MemoryCache
          For the framework.
 

Classes in org.apache.jcs.engine.memory used by org.apache.jcs.engine.memory.mru
AbstractMemoryCache
          Some common code for the LRU and MRU caches.
MemoryCache
          For the framework.
 

Classes in org.apache.jcs.engine.memory used by org.apache.jcs.engine.memory.shrinking
MemoryCache
          For the framework.
 



Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.