Interface VCacheFactory
Deprecated.
Operations to obtain instances of VCache types. Provides a simpler interface than
VCacheFactory
.- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescription<K,
V> com.atlassian.vcache.JvmCache <K, V> getJvmCache
(String cacheName, UnaryOperator<com.atlassian.cache.CacheSettingsBuilder> settings) Deprecated.
-
Method Details
-
getJvmCache
<K,V> com.atlassian.vcache.JvmCache<K,V> getJvmCache(String cacheName, UnaryOperator<com.atlassian.cache.CacheSettingsBuilder> settings) Deprecated.
-
CacheManager