Home » Castor-1.3-src » org.castor » cache » simple »

org.castor.cache.simple

Classes:

CountLimited   CountLimited is a count limted least-recently-used Map code | html
CountLimitedFactory   Implements org.castor.cache.CacheFactory for count-limited cache.  code | html
NoCache   NoCache is a Map which dispose all object right the way.  code | html
NoCacheFactory   Implements org.castor.cache.CacheFactory for the NoCache implementation of org.castor.cache.Cache code | html
TimeLimited   TimeLimited is a time limted first-in-first-out Map code | html
TimeLimited.QueueItem   QueueItem holding value and time of each entry in the cache.  code | html
TimeLimited.TickThread   TickThread to remove cache entries whose ttl has been elapsed.  code | html
TimeLimitedFactory   Implements org.castor.cache.CacheFactory for the TimeLimited implementation of org.castor.cache.Cache code | html
Unlimited   UnLimited is a Map that holds any object being put into the map until it is removed manually.  code | html
UnlimitedFactory   Implements org.castor.cache.CacheFactory for the Unlimited implementation of org.castor.cache.Cache code | html