Package org.apache.commons.jcs3.engine.memory
package org.apache.commons.jcs3.engine.memory
Parent package for memory type plugins.
-
ClassesClassDescriptionThis class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.AbstractMemoryCache<K,
V> This base includes some common code for memory caches.