java.lang.Object
com.atlassian.confluence.it.rpc.delegates.admin.CacheRpc

public class CacheRpc extends Object
Interacts the with cache and gets statistics.
  • Constructor Details

  • Method Details

    • flushAll

      public void flushAll()
    • getCacheMaxEntries

      public int getCacheMaxEntries(String cacheName)
    • setCacheMaxEntries

      public void setCacheMaxEntries(String cacheName, int maxNumElements)
    • putStringMappingInCache

      public void putStringMappingInCache(String cacheName, String entryKey, String value)
    • getCacheStatistics

      public CacheStatistics getCacheStatistics(CacheKey key)