public interface HasCache
Modifier and Type | Method and Description |
---|---|
boolean |
initCache()
Initializes one or more caches for the on-disk, persisted data maintained
by a Manager.
|
boolean initCache()
The implementing Manager should internally control the logic for if and when to alter or refresh the cached data.
Most likely implements some sort of in-memory cache, but that is not a requirement. In fact, a Manager implementation has the choice to implement an empty method - effectively not offering a caching mechanism.