public class CacheRpc extends Object
Constructor and Description |
---|
CacheRpc(AuthenticatedWebResourceProvider resourceProvider) |
Modifier and Type | Method and Description |
---|---|
void |
flushAll() |
int |
getCacheMaxEntries(String cacheName) |
CacheStatistics |
getCacheStatistics(CacheKey key) |
Set<CacheStatistics.Capability> |
getCacheStatisticsCapabilities() |
void |
putStringMappingInCache(String cacheName,
String entryKey,
String value) |
void |
setCacheMaxEntries(String cacheName,
int maxNumElements) |
public CacheRpc(AuthenticatedWebResourceProvider resourceProvider)
public void flushAll()
public int getCacheMaxEntries(String cacheName)
public void setCacheMaxEntries(String cacheName, int maxNumElements)
public void putStringMappingInCache(String cacheName, String entryKey, String value)
public Set<CacheStatistics.Capability> getCacheStatisticsCapabilities()
public CacheStatistics getCacheStatistics(CacheKey key)
Copyright © 2003–2015 Atlassian. All rights reserved.