Interface VCacheFactory


@Deprecated public interface VCacheFactory
Deprecated.
since 10.0 use CacheManager
Operations to obtain instances of VCache types. Provides a simpler interface than VCacheFactory.
Since:
10.0
  • Method Summary

    Modifier and Type
    Method
    Description
    <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.