Interface CacheOperationsWhitelistService
-
public interface CacheOperationsWhitelistService
- Since:
- 7.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K,V>
ConfluenceCache<K,V>wrap(ConfluenceCache<K,V> cache)
Puts a wrapper around aConfluenceCache
that checks operations invoked on the cache to ensure that they are permitted by the whitelist.
-
-
-
Method Detail
-
wrap
<K,V> ConfluenceCache<K,V> wrap(ConfluenceCache<K,V> cache)
Puts a wrapper around aConfluenceCache
that checks operations invoked on the cache to ensure that they are permitted by the whitelist.
-
-