Uses of Package
org.apache.commons.jcs3.engine.memory
Packages that use org.apache.commons.jcs3.engine.memory
Package
Description
Parent package for memory type plugins.
The primary memory plugin using a 'least recently used' removal policy.
A memory plugin implemented using a 'most recently used' removal policy.
A memory plugin implemented using soft references.
-
Classes in org.apache.commons.jcs3.engine.memory used by org.apache.commons.jcs3.engine.memory
-
Classes in org.apache.commons.jcs3.engine.memory used by org.apache.commons.jcs3.engine.memory.fifoClassDescriptionThis class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.This base includes some common code for memory caches.
-
Classes in org.apache.commons.jcs3.engine.memory used by org.apache.commons.jcs3.engine.memory.lruClassDescriptionThis class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.This base includes some common code for memory caches.
-
Classes in org.apache.commons.jcs3.engine.memory used by org.apache.commons.jcs3.engine.memory.mruClassDescriptionThis class contains methods that are common to memory caches using the double linked list, such as the LRU, MRU, FIFO, and LIFO caches.This base includes some common code for memory caches.
-
Classes in org.apache.commons.jcs3.engine.memory used by org.apache.commons.jcs3.engine.memory.soft