Package org.codeforamerica.open311.internals.caching

Operations caching related functionality.

See:
          Description

Interface Summary
Cache Specifies all the operations needed to do data caching and avoid useless and slow network requests.
 

Class Summary
AbstractCache Implements all the operations of the Cache interface.
AndroidCache Uses the SharedPreferences of Android to store the data.
CacheableObject A pair of serializable, expiration date.
NoCache This class is a special implementation of the Cache interface which is useful if you don't want to do caching.
RegularJavaCache Basic implementation of the Cache interface.
 

Enum Summary
Cache.CacheableOperation Set of operations which will be cached.
 

Package org.codeforamerica.open311.internals.caching Description

Operations caching related functionality.



Copyright © 2013 Code for America. All Rights Reserved.