Uses of Interface
com.jdroid.java.http.cache.Cache

Packages that use Cache
com.jdroid.java.api   
com.jdroid.java.http.cache   
 

Uses of Cache in com.jdroid.java.api
 

Methods in com.jdroid.java.api with parameters of type Cache
protected  File AbstractApiService.getHttpCacheDirectory(Cache cache)
           
protected  WebService AbstractApiService.newCachedGetService(Cache cache, CachingStrategy cachingStrategy, Long timeToLive, Object... urlSegments)
           
protected  EntityEnclosingWebService AbstractApiService.newCachedPatchService(Cache cache, CachingStrategy cachingStrategy, Long timeToLive, Object... urlSegments)
           
 

Uses of Cache in com.jdroid.java.http.cache
 

Methods in com.jdroid.java.http.cache with parameters of type Cache
protected abstract  File CachedWebService.getHttpCacheDirectory(Cache cache)
           
 

Constructors in com.jdroid.java.http.cache with parameters of type Cache
CachedWebService(WebService webService, Cache cache)
           
CachedWebService(WebService webService, Cache cache, CachingStrategy cachingStrategy)
           
CachedWebService(WebService webService, Cache cache, CachingStrategy cachingStrategy, Long timeToLive)
           
 



Copyright © 2014. All rights reserved.