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.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. 
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
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.fifo
AbstractDoulbeLinkedListMemoryCache
          This class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.
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.lru
AbstractDoulbeLinkedListMemoryCache
          This class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.
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
AbstractDoulbeLinkedListMemoryCache
          This class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.
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-2011 Apache Software Foundation. All Rights Reserved.