Interface CacheOperationsWhitelistService


public interface CacheOperationsWhitelistService
Since:
7.5
  • Method Summary

    Modifier and Type
    Method
    Description
    <K, V> ConfluenceCache<K,V>
    wrap(ConfluenceCache<K,V> cache)
    Puts a wrapper around a ConfluenceCache that checks operations invoked on the cache to ensure that they are permitted by the whitelist.