Uses of Class
net.dontdrinkandroot.cache.metadata.impl.BlockMetaData

Packages that use BlockMetaData
net.dontdrinkandroot.cache.impl.disk.indexed   
 

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

Methods in net.dontdrinkandroot.cache.impl.disk.indexed that return types with arguments of type BlockMetaData
protected  Map<K,BlockMetaData> AbstractIndexedDiskCache.buildIndex()
           
 

Methods in net.dontdrinkandroot.cache.impl.disk.indexed with parameters of type BlockMetaData
protected  void AbstractIndexedDiskCache.doDelete(K key, BlockMetaData metaData)
           
protected  void BufferedSerializableIndexedDiskCache.doDelete(Serializable key, BlockMetaData metaData)
           
protected
<T extends V>
T
AbstractIndexedDiskCache.doGet(K key, BlockMetaData metaData)
           
protected
<T extends Serializable>
T
BufferedSerializableIndexedDiskCache.doGet(Serializable key, BlockMetaData metaData)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.