Uses of Class
com.octo.android.robospice.persistence.exception.CacheSavingException

Packages that use CacheSavingException
com.octo.android.robospice This library provides aims to provide a robust framework for executing asynchronous network requests in android. 
com.octo.android.robospice.command   
com.octo.android.robospice.persistence   
com.octo.android.robospice.persistence.binary   
com.octo.android.robospice.persistence.googlehttpclient.json   
com.octo.android.robospice.persistence.memory   
com.octo.android.robospice.persistence.ormlite   
com.octo.android.robospice.persistence.retrofit   
com.octo.android.robospice.persistence.springandroid   
com.octo.android.robospice.persistence.springandroid.json.gson   
com.octo.android.robospice.persistence.springandroid.json.jackson   
com.octo.android.robospice.persistence.springandroid.json.jackson2   
com.octo.android.robospice.persistence.springandroid.xml   
com.octo.android.robospice.persistence.string   
 

Uses of CacheSavingException in com.octo.android.robospice
 

Methods in com.octo.android.robospice that throw CacheSavingException
<T> Future<T>
SpiceManager.putDataInCache(Object cacheKey, T data)
          Put some new data in cache using cache key requestCacheKey.
<T> T
SpiceService.putDataInCache(Object cacheKey, T data)
           
 

Uses of CacheSavingException in com.octo.android.robospice.command
 

Methods in com.octo.android.robospice.command that throw CacheSavingException
protected  Boolean IsDataInCacheCommand.executeWhenBound(SpiceService spiceService)
           
protected  T PutDataInCacheCommand.executeWhenBound(SpiceService spiceService)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence
 

Methods in com.octo.android.robospice.persistence that throw CacheSavingException
abstract  T ObjectPersister.saveDataToCacheAndReturnData(T data, Object cacheKey)
           
<T> T
CacheManager.saveDataToCacheAndReturnData(T data, Object cacheKey)
           
<T> T
ICacheManager.saveDataToCacheAndReturnData(T data, Object cacheKey)
          Deprecated. Save an instance of a given class, into the cache identified by cacheKey.
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.binary
 

Methods in com.octo.android.robospice.persistence.binary that throw CacheSavingException
 android.graphics.Bitmap InFileBitmapObjectPersister.saveDataToCacheAndReturnData(android.graphics.Bitmap data, Object cacheKey)
           
 InputStream InFileBigInputStreamObjectPersister.saveDataToCacheAndReturnData(InputStream data, Object cacheKey)
           
 InputStream InFileInputStreamObjectPersister.saveDataToCacheAndReturnData(InputStream data, Object cacheKey)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.googlehttpclient.json
 

Methods in com.octo.android.robospice.persistence.googlehttpclient.json that throw CacheSavingException
 T JsonObjectPersister.saveDataToCacheAndReturnData(T data, Object cacheKey)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.memory
 

Methods in com.octo.android.robospice.persistence.memory that throw CacheSavingException
 T LruCacheObjectPersister.saveDataToCacheAndReturnData(T data, Object cacheKey)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.ormlite
 

Methods in com.octo.android.robospice.persistence.ormlite that throw CacheSavingException
 T InDatabaseObjectPersister.saveDataToCacheAndReturnData(T data, Object cacheKey)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.retrofit
 

Methods in com.octo.android.robospice.persistence.retrofit that throw CacheSavingException
 T RetrofitObjectPersister.saveDataToCacheAndReturnData(T data, Object cacheKey)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.springandroid
 

Methods in com.octo.android.robospice.persistence.springandroid that throw CacheSavingException
protected abstract  void SpringAndroidObjectPersister.saveData(T data, Object cacheKey)
           
 T SpringAndroidObjectPersister.saveDataToCacheAndReturnData(T data, Object cacheKey)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.springandroid.json.gson
 

Methods in com.octo.android.robospice.persistence.springandroid.json.gson that throw CacheSavingException
protected  void GsonObjectPersister.saveData(T data, Object cacheKey)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.springandroid.json.jackson
 

Methods in com.octo.android.robospice.persistence.springandroid.json.jackson that throw CacheSavingException
protected  void JacksonObjectPersister.saveData(T data, Object cacheKey)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.springandroid.json.jackson2
 

Methods in com.octo.android.robospice.persistence.springandroid.json.jackson2 that throw CacheSavingException
protected  void Jackson2ObjectPersister.saveData(T data, Object cacheKey)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.springandroid.xml
 

Methods in com.octo.android.robospice.persistence.springandroid.xml that throw CacheSavingException
protected  void SimpleSerializerObjectPersister.saveData(T data, Object cacheKey)
           
 

Uses of CacheSavingException in com.octo.android.robospice.persistence.string
 

Methods in com.octo.android.robospice.persistence.string that throw CacheSavingException
 String InFileStringObjectPersister.saveDataToCacheAndReturnData(String data, Object cacheKey)
           
 



Copyright © 2012-2014. All Rights Reserved.