Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.jcs.engine.memory Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
AbstractDoubleLinkedListMemoryCacheThis class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.Classorg.apache.commons.jcs.engine.memoryApache Commons
AbstractDoubleLinkedListMemoryCache .IteratorWrapperClassorg.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCacheApache Commons
AbstractDoubleLinkedListMemoryCache .MapEntryWrapperClassorg.apache.commons.jcs.engine.memory.AbstractDoubleLinkedListMemoryCacheApache Commons
AbstractMemoryCacheThis base includes some common code for memory caches.Classorg.apache.commons.jcs.engine.memoryApache Commons
FIFOMemoryCacheThe items are spooled in the order they are added.Classorg.apache.commons.jcs.engine.memory.fifoApache Commons
IMemoryCacheFor the framework.Interfaceorg.apache.commons.jcs.engine.memory.behaviorApache Commons
LHMLRUMemoryCacheThis is a test memory manager using the jdk1.Classorg.apache.commons.jcs.engine.memory.lruApache Commons
LRUMemoryCacheA fast reference management system.Classorg.apache.commons.jcs.engine.memory.lruApache Commons
MemoryElementDescriptorThis wrapper is needed for double linked lists.Classorg.apache.commons.jcs.engine.memory.utilApache Commons
MRUMemoryCacheThe most recently used items move to the front of the list and get spooled to disk if the cache hub is configured to use a disk cache.Classorg.apache.commons.jcs.engine.memory.mruApache Commons
ShrinkerThreadA background memory shrinker.Classorg.apache.commons.jcs.engine.memory.shrinkingApache Commons