Uses of Package
org.codeforamerica.open311.internals.caching

Packages that use org.codeforamerica.open311.internals.caching
org.codeforamerica.open311.facade Visible part of the system. 
org.codeforamerica.open311.internals.caching Operations caching related functionality. 
org.codeforamerica.open311.internals.platform   
 

Classes in org.codeforamerica.open311.internals.caching used by org.codeforamerica.open311.facade
Cache
          Specifies all the operations needed to do data caching and avoid useless and slow network requests.
 

Classes in org.codeforamerica.open311.internals.caching used by org.codeforamerica.open311.internals.caching
AbstractCache
          Implements all the operations of the Cache interface.
AndroidCache
          Uses the SharedPreferences of Android to store the data.
Cache
          Specifies all the operations needed to do data caching and avoid useless and slow network requests.
Cache.CacheableOperation
          Set of operations which will be cached.
RegularJavaCache
          Basic implementation of the Cache interface.
 

Classes in org.codeforamerica.open311.internals.caching used by org.codeforamerica.open311.internals.platform
Cache
          Specifies all the operations needed to do data caching and avoid useless and slow network requests.
 



Copyright © 2013 Code for America. All Rights Reserved.