Uses of Package
net.dontdrinkandroot.cache

Packages that use net.dontdrinkandroot.cache
net.dontdrinkandroot.cache   
net.dontdrinkandroot.cache.impl   
net.dontdrinkandroot.cache.impl.disk.file   
net.dontdrinkandroot.cache.impl.disk.indexed   
net.dontdrinkandroot.cache.impl.memory   
net.dontdrinkandroot.cache.metadata.impl   
 

Classes in net.dontdrinkandroot.cache used by net.dontdrinkandroot.cache
Cache
          A cache is a component that transparently stores data so that future requests for that data can be served faster.
CacheException
          Exception that denotes that something went wrong while accessing the cache (while storing, retrieving or constructing).
LruCache
          A Buffered Cache that uses a LruRecyclingExpungeStrategy.
 

Classes in net.dontdrinkandroot.cache used by net.dontdrinkandroot.cache.impl
Cache
          A cache is a component that transparently stores data so that future requests for that data can be served faster.
CacheException
          Exception that denotes that something went wrong while accessing the cache (while storing, retrieving or constructing).
CustomTtlCache
          A Cache that permits storing entries with an individual time to live and an individual idle time.
 

Classes in net.dontdrinkandroot.cache used by net.dontdrinkandroot.cache.impl.disk.file
Cache
          A cache is a component that transparently stores data so that future requests for that data can be served faster.
CacheException
          Exception that denotes that something went wrong while accessing the cache (while storing, retrieving or constructing).
 

Classes in net.dontdrinkandroot.cache used by net.dontdrinkandroot.cache.impl.disk.indexed
Cache
          A cache is a component that transparently stores data so that future requests for that data can be served faster.
CacheException
          Exception that denotes that something went wrong while accessing the cache (while storing, retrieving or constructing).
CustomTtlCache
          A Cache that permits storing entries with an individual time to live and an individual idle time.
LruBufferedCache
          A Buffered Cache that has a LruRecyclingExpungeStrategy for both persistent storage and buffer.
LruCache
          A Buffered Cache that uses a LruRecyclingExpungeStrategy.
 

Classes in net.dontdrinkandroot.cache used by net.dontdrinkandroot.cache.impl.memory
Cache
          A cache is a component that transparently stores data so that future requests for that data can be served faster.
CacheException
          Exception that denotes that something went wrong while accessing the cache (while storing, retrieving or constructing).
CustomTtlCache
          A Cache that permits storing entries with an individual time to live and an individual idle time.
 

Classes in net.dontdrinkandroot.cache used by net.dontdrinkandroot.cache.metadata.impl
CacheException
          Exception that denotes that something went wrong while accessing the cache (while storing, retrieving or constructing).
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.