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

Packages that use org.apache.jcs.engine.memory.behavior
org.apache.jcs.engine.memory Parent package for memory type plugins. 
org.apache.jcs.engine.memory.fifo   
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. 
 

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

Classes in org.apache.jcs.engine.memory.behavior used by org.apache.jcs.engine.memory.fifo
IMemoryCache
          For the framework.
 

Classes in org.apache.jcs.engine.memory.behavior used by org.apache.jcs.engine.memory.lru
IMemoryCache
          For the framework.
 

Classes in org.apache.jcs.engine.memory.behavior used by org.apache.jcs.engine.memory.mru
IMemoryCache
          For the framework.
 



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