Package net.dontdrinkandroot.cache

Interface Summary
Cache<K,V> A cache is a component that transparently stores data so that future requests for that data can be served faster.
CustomTtlCache<K,V> A Cache that permits storing entries with an individual time to live and an individual idle time.
LruBufferedCache<K,V> A Buffered Cache that has a LruRecyclingExpungeStrategy for both persistent storage and buffer.
LruCache<K,V> A Buffered Cache that uses a LruRecyclingExpungeStrategy.
 

Exception Summary
CacheException Exception that denotes that something went wrong while accessing the cache (while storing, retrieving or constructing).
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.