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

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

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

Methods in com.github.ignition.support.cache with parameters of type ModelCache
static CachedModel CachedModel.find(ModelCache modelCache, String id, Class<? extends CachedModel> clazz)
          Method for looking up object in cache.
 boolean CachedModel.reload(ModelCache modelCache)
          Attempts to reload any new data from cache.
 boolean CachedList.reload(ModelCache modelCache)
           
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)
           
 boolean CachedModel.save(ModelCache modelCache)
          Attempts to store the object in the cache using this object's key.
protected  boolean CachedModel.save(ModelCache modelCache, String saveKey)
          Attempts to save the object in the cache using a given key.
 



Copyright © 2012. All Rights Reserved.