|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cache.CacheableOperation | |
|---|---|
| org.codeforamerica.open311.internals.caching | Operations caching related functionality. |
| Uses of Cache.CacheableOperation in org.codeforamerica.open311.internals.caching |
|---|
| Methods in org.codeforamerica.open311.internals.caching that return Cache.CacheableOperation | |
|---|---|
static Cache.CacheableOperation |
Cache.CacheableOperation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Cache.CacheableOperation[] |
Cache.CacheableOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.codeforamerica.open311.internals.caching with parameters of type Cache.CacheableOperation | |
|---|---|
void |
Cache.setCustomTimeToLive(Cache.CacheableOperation operation,
int timeToLiveInHours)
Set a custom time to live to a given operation. |
void |
AbstractCache.setCustomTimeToLive(Cache.CacheableOperation operation,
int timeToLiveInHours)
|
void |
NoCache.setCustomTimeToLive(Cache.CacheableOperation operation,
int timeToLiveInHours)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||