public interface CachingStrategy
| Modifier and Type | Method and Description |
|---|---|
void |
invalidateCache()
Invalidates the current cached value.
|
boolean |
isCacheValid()
Checks whether the cache is still valid.
|
void |
validateCache()
Validates the current cached value.
|
boolean isCacheValid()
void validateCache()
void invalidateCache()