Uses of Class
com.github.droidfu.cachefu.AbstractCache

Packages that use AbstractCache
com.github.droidfu.cachefu   
 

Uses of AbstractCache in com.github.droidfu.cachefu
 

Subclasses of AbstractCache in com.github.droidfu.cachefu
 class HttpResponseCache
          Allows caching HTTP responses (only status code and payload at the moment) using the features provided by AbstractCache.
 class ImageCache
          Implements a cache capable of caching image files.
 class ModelCache
          Allows caching Model objects using the features provided by AbstractCache.
 

Methods in com.github.droidfu.cachefu with parameters of type AbstractCache
static void CacheHelper.removeAllWithStringPrefix(AbstractCache<String,?> cache, String urlPrefix)
           
 



Copyright © 2011. All Rights Reserved.