| Method and Description |
|---|
| com.atlassian.cache.CachedReference.addListener(CachedReferenceListener<V>, boolean)
since 2.9 may not be supported in all implementations
|
| com.atlassian.cache.Cache.addListener(CacheEntryListener<K, V>, boolean)
since 2.9 may not be supported in all implementations and will be removed after June 2016
|
| com.atlassian.cache.CacheFactory.getCache(String, Class<K>, Class<V>)
since 2.0, use getCache(name) instead
|
| com.atlassian.cache.CacheManager.getCaches()
Since 2.0. Use
CacheManager.getManagedCaches() instead. |
| com.atlassian.cache.CachedReference.removeListener(CachedReferenceListener<V>)
since 2.9 may not be supported in all implementations
|
| com.atlassian.cache.Cache.removeListener(CacheEntryListener<K, V>)
since 2.9 may not be supported in all implementations and will be removed after June 2016
|
| com.atlassian.cache.ManagedCache.setStatistics(boolean)
Use
CacheCollector.setEnabled(boolean) instead for
memory caches. This method was never implemented for other cache types. |
| Constructor and Description |
|---|
| com.atlassian.cache.ehcache.EhCacheManager() |
| com.atlassian.cache.ehcache.EhCacheManager(CacheManager, CacheSettingsDefaultsProvider) |
Copyright © 2018 Atlassian. All rights reserved.