|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |