Package org.apache.commons.jcs3.engine.memory.mru
package org.apache.commons.jcs3.engine.memory.mru
A memory plugin implemented using a 'most recently used' removal policy.
In general this is slow and should not be used.
-
ClassesClassDescriptionMRUMemoryCache<K,
V> The 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.