Package org.castor.cache.simple
-
Class Summary Class Description CountLimited CountLimited is a count limted least-recently-used Map.CountLimitedFactory ImplementsCacheFactory
for count-limited cache.NoCache NoCache is a Map which dispose all object right the way.NoCacheFactory TimeLimited TimeLimited is a time limted first-in-first-out Map.TimeLimitedFactory Unlimited UnLimited is a Map that holds any object being put into the map until it is removed manually.UnlimitedFactory