public interface ICacheActivationResolver
Modifier and Type | Method and Description |
---|---|
boolean |
isCacheEnabled(String feature)
Tells if cache is enabled for a specific feature.
|
boolean |
isCacheGlobalyEnabled()
Tells if cache is globally enabled by default, i.e. if at least one addon can use cache.
|
boolean isCacheGlobalyEnabled()
boolean isCacheEnabled(String feature)
feature
- Feature for which to check cache activation.