Package org.apache.jcs.engine.memory.mru

A memory plugin implemented using a 'most recently used' removal policy.

See:
          Description

Class Summary
MRUMemoryCache 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.
 

Package org.apache.jcs.engine.memory.mru Description

A memory plugin implemented using a 'most recently used' removal policy. In general this is slow and should not be used.



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.