public interface Cacheable
The way the cache is implemented or the way the cache is invalidate is not specified here. This interface is mainly a marker interface that signals the cached state and gives a hook to force the invalidation of the cached state.
| Modifier and Type | Method and Description |
|---|---|
void |
resetCache()
Resets all cached information so that the previously cached state is not used anymore.
|