Uses of Class
net.dontdrinkandroot.cache.impl.AbstractMapBackedCache

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

Uses of AbstractMapBackedCache in net.dontdrinkandroot.cache.impl
 

Subclasses of AbstractMapBackedCache in net.dontdrinkandroot.cache.impl
 class AbstractMapBackedCustomTtlCache<K,V,M extends MetaData>
           
 

Uses of AbstractMapBackedCache in net.dontdrinkandroot.cache.impl.disk.file
 

Subclasses of AbstractMapBackedCache in net.dontdrinkandroot.cache.impl.disk.file
 class FileCache
           
 

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

Subclasses of AbstractMapBackedCache in net.dontdrinkandroot.cache.impl.disk.indexed
 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 AbstractMapBackedCache in net.dontdrinkandroot.cache.impl.memory
 

Subclasses of AbstractMapBackedCache in net.dontdrinkandroot.cache.impl.memory
 class MemoryCache<K,V>
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.