Interface CacheOperationsWhitelistService
public interface CacheOperationsWhitelistService
- Since:
- 7.5
-
Method Summary
Modifier and TypeMethodDescription<K,V> ConfluenceCache <K, V> wrap(ConfluenceCache<K, V> cache) Puts a wrapper around aConfluenceCachethat checks operations invoked on the cache to ensure that they are permitted by the whitelist.
-
Method Details
-
wrap
Puts a wrapper around aConfluenceCachethat checks operations invoked on the cache to ensure that they are permitted by the whitelist.
-