Package org.castor.cache.simple
package org.castor.cache.simple
-
ClassesClassDescriptionCountLimited is a count limted least-recently-used Map.Implements
CacheFactory
for count-limited cache.NoCache is a Map which dispose all object right the way.TimeLimited is a time limted first-in-first-out Map.UnLimited is a Map that holds any object being put into the map until it is removed manually.