Uses of Interface
org.codeforamerica.open311.internals.caching.Cache

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

Uses of Cache in org.codeforamerica.open311.facade
 

Methods in org.codeforamerica.open311.facade that return Cache
 Cache APIWrapper.getCache()
          Returns the cache used by the wrapper.
 

Methods in org.codeforamerica.open311.facade with parameters of type Cache
 APIWrapperFactory APIWrapperFactory.setCache(Cache cache)
          Sets a desired cache system.
 

Uses of Cache in org.codeforamerica.open311.internals.caching
 

Classes in org.codeforamerica.open311.internals.caching that implement Cache
 class AbstractCache
          Implements all the operations of the Cache interface.
 class AndroidCache
          Uses the SharedPreferences of Android to store the data.
 class NoCache
          This class is a special implementation of the Cache interface which is useful if you don't want to do caching.
 class RegularJavaCache
          Basic implementation of the Cache interface.
 

Uses of Cache in org.codeforamerica.open311.internals.platform
 

Methods in org.codeforamerica.open311.internals.platform that return Cache
 Cache PlatformManager.buildCache()
          Builds a cache instance taking care of the execution environment.
 



Copyright © 2013 Code for America. All Rights Reserved.