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

Packages that use AbstractCache
com.github.ignition.support.cache   
com.github.ignition.support.http.cache   
 

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

Subclasses of AbstractCache in com.github.ignition.support.cache
 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.ignition.support.cache with parameters of type AbstractCache
static void CacheHelper.removeAllWithStringPrefix(AbstractCache<String,?> cache, String urlPrefix)
           
 

Uses of AbstractCache in com.github.ignition.support.http.cache
 

Subclasses of AbstractCache in com.github.ignition.support.http.cache
 class HttpResponseCache
          Allows caching HTTP responses (only status code and payload at the moment) using the features provided by AbstractCache.
 



Copyright © 2012. All Rights Reserved.