Interface CacheOperationsWhitelistService


  • public interface CacheOperationsWhitelistService
    Since:
    7.5
    • Method Detail

      • wrap

        <K,​V,​C extends com.atlassian.cache.Cache<K,​V> & com.atlassian.cache.ManagedCache> C wrap​(C cache)
        Puts a wrapper around a ConfluenceCache that checks operations invoked on the cache to ensure that they are permitted by the whitelist.