|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachingStrategy | |
|---|---|
| com.jdroid.java.api | |
| com.jdroid.java.http.cache | |
| Uses of CachingStrategy in com.jdroid.java.api |
|---|
| Methods in com.jdroid.java.api with parameters of type CachingStrategy | |
|---|---|
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 CachingStrategy in com.jdroid.java.http.cache |
|---|
| Methods in com.jdroid.java.http.cache that return CachingStrategy | |
|---|---|
static CachingStrategy |
CachingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CachingStrategy[] |
CachingStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.jdroid.java.http.cache with parameters of type CachingStrategy | |
|---|---|
CachedWebService(WebService webService,
Cache cache,
CachingStrategy cachingStrategy)
|
|
CachedWebService(WebService webService,
Cache cache,
CachingStrategy cachingStrategy,
Long timeToLive)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||