| Package | Description |
|---|---|
| com.jdroid.java.api | |
| com.jdroid.java.http.cache |
| Modifier and Type | Method and Description |
|---|---|
protected WebService |
AbstractApiService.newCachedGetService(Cache cache,
CachingStrategy cachingStrategy,
Long timeToLive,
Object... urlSegments) |
protected EntityEnclosingWebService |
AbstractApiService.newCachedPatchService(Cache cache,
CachingStrategy cachingStrategy,
Long timeToLive,
Object... urlSegments) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
CachedWebService(WebService webService,
Cache cache,
CachingStrategy cachingStrategy) |
CachedWebService(WebService webService,
Cache cache,
CachingStrategy cachingStrategy,
Long timeToLive) |
Copyright © 2014. All rights reserved.