Uses of Package
com.github.ignition.support.cache

Packages that use com.github.ignition.support.cache
com.github.ignition.support.cache   
com.github.ignition.support.http.cache   
com.github.ignition.support.images.remote   
 

Classes in com.github.ignition.support.cache used by com.github.ignition.support.cache
AbstractCache
           A simple 2-level cache consisting of a small and fast in-memory cache (1st level cache) and an (optional) slower but bigger disk cache (2nd level cache).
CachedList
          Superclass of all list objects to be stored in ModelCache.
CachedModel
          Superclass of all objects to be stored in ModelCache.
ModelCache
          Allows caching Model objects using the features provided by AbstractCache.
 

Classes in com.github.ignition.support.cache used by com.github.ignition.support.http.cache
AbstractCache
           A simple 2-level cache consisting of a small and fast in-memory cache (1st level cache) and an (optional) slower but bigger disk cache (2nd level cache).
 

Classes in com.github.ignition.support.cache used by com.github.ignition.support.images.remote
ImageCache
          Implements a cache capable of caching image files.
 



Copyright © 2012. All Rights Reserved.