Uses of Interface
net.dontdrinkandroot.cache.CustomTtlCache

Packages that use CustomTtlCache
net.dontdrinkandroot.cache.impl   
net.dontdrinkandroot.cache.impl.disk.indexed   
net.dontdrinkandroot.cache.impl.memory   
 

Uses of CustomTtlCache in net.dontdrinkandroot.cache.impl
 

Classes in net.dontdrinkandroot.cache.impl that implement CustomTtlCache
 class AbstractMapBackedCustomTtlCache<K,V,M extends MetaData>
           
 

Uses of CustomTtlCache in net.dontdrinkandroot.cache.impl.disk.indexed
 

Classes in net.dontdrinkandroot.cache.impl.disk.indexed that implement CustomTtlCache
 class AbstractIndexedDiskCache<K extends Serializable,V extends Serializable>
           
 class BufferedSerializableIndexedDiskCache
          A SerializableIndexedDiskCache that buffers entries in memory on successful disk put and get operations.
 class ByteArrayIndexedDiskCache
           
 class LruBufferedSerializableIndexedDiskCache
          A BufferedSerializableIndexedDiskCache that uses a LruRecyclingExpungeStrategy for both disk and buffer.
 class SerializableIndexedDiskCache
           
 

Uses of CustomTtlCache in net.dontdrinkandroot.cache.impl.memory
 

Classes in net.dontdrinkandroot.cache.impl.memory that implement CustomTtlCache
 class MemoryCache<K,V>
           
 class NoopCache<K,V>
          A serializable cache that does not actually perform any caching operation.
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.