Uses of Class
com.github.ignition.support.cache.CachedModel

Packages that use CachedModel
com.github.ignition.support.cache   
 

Uses of CachedModel in com.github.ignition.support.cache
 

Classes in com.github.ignition.support.cache with type parameters of type CachedModel
 class CachedList<CO extends CachedModel>
          Superclass of all list objects to be stored in ModelCache.
 

Subclasses of CachedModel in com.github.ignition.support.cache
 class CachedList<CO extends CachedModel>
          Superclass of all list objects to be stored in ModelCache.
 

Fields in com.github.ignition.support.cache with type parameters of type CachedModel
protected  Class<? extends CachedModel> CachedList.clazz
          Class type of object list
static android.os.Parcelable.Creator<CachedList<CachedModel>> CachedList.CREATOR
          Creator object used for parcelling
 

Methods in com.github.ignition.support.cache that return CachedModel
static CachedModel CachedModel.find(ModelCache modelCache, String id, Class<? extends CachedModel> clazz)
          Method for looking up object in cache.
 CachedModel ModelCache.put(String key, CachedModel value)
           
protected  CachedModel ModelCache.readValueFromDisk(File file)
           
 

Methods in com.github.ignition.support.cache with parameters of type CachedModel
 CachedModel ModelCache.put(String key, CachedModel value)
           
abstract  boolean CachedModel.reloadFromCachedModel(ModelCache modelCache, CachedModel cachedModel)
          Method called to reload any data from a more recently stored object e.g.:
 boolean CachedList.reloadFromCachedModel(ModelCache modelCache, CachedModel cachedModel)
           
protected  void ModelCache.writeValueToDisk(File file, CachedModel data)
           
 

Method parameters in com.github.ignition.support.cache with type arguments of type CachedModel
static CachedModel CachedModel.find(ModelCache modelCache, String id, Class<? extends CachedModel> clazz)
          Method for looking up object in cache.
 

Constructor parameters in com.github.ignition.support.cache with type arguments of type CachedModel
CachedList(Class<? extends CachedModel> clazz)
          Constructor initializing class of objects stored.
CachedList(Class<? extends CachedModel> clazz, int initialLength)
          Constructor initializing class of objects stored as well as initial length of list.
CachedList(Class<? extends CachedModel> clazz, String id)
          Constructor initializing class of objects stored as well as id used in key generation.
 



Copyright © 2012. All Rights Reserved.