Uses of Interface
krati.store.DataCache

Packages that use DataCache
krati.sos   
krati.store   
krati.util   
 

Uses of DataCache in krati.sos
 

Fields in krati.sos declared as DataCache
protected  DataCache SerializableObjectCache._cache
           
 

Methods in krati.sos that return DataCache
protected  DataCache SerializableObjectCache.getContentCache()
           
 

Constructors in krati.sos with parameters of type DataCache
SerializableObjectCache(DataCache cache, ObjectSerializer<T> serializer)
          Constructs an array-like object cache for serializable objects.
 

Uses of DataCache in krati.store
 

Classes in krati.store that implement DataCache
 class DataCacheImpl
          DataCache: A Persistent Full Cache.
 

Uses of DataCache in krati.util
 

Methods in krati.util with parameters of type DataCache
 void DataCacheLoaderImpl.dump(DataCache cache, File dumpFile)
           
 void DataCacheLoader.dump(DataCache cache, File dumpFile)
           
 void DataCacheLoaderImpl.load(DataCache cache, File dataFile)
           
 void DataCacheLoader.load(DataCache cache, File dataFile)
           
 



Copyright © 2011. All Rights Reserved.