com.atlassian.plugin.cache
Interface ConcurrentCacheFactory<K,V>


public interface ConcurrentCacheFactory<K,V>

A generic factory for creating Guava Caches. By allowing caches to be created by the host products, they are free to swap implementations and also instrument the caches themselves so they can be fine tuned over time..

Since:
3.0.0

Method Summary
 com.google.common.cache.Cache<K,V> createCache()
          This will be called to create the underlying cache
 

Method Detail

createCache

com.google.common.cache.Cache<K,V> createCache()
This will be called to create the underlying cache

Returns:
a concurrent cache typically built via CacheBuilder


Copyright © 2014 Atlassian. All rights reserved.