Package ca.uhn.fhir.sl.cache
Class CacheFactory
java.lang.Object
ca.uhn.fhir.sl.cache.CacheFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> Cache<K, V> build(long theTimeoutMillis) static <K,V> Cache<K, V> build(long theTimeoutMillis, long theMaximumSize) static <K,V> LoadingCache<K, V> build(long theTimeoutMillis, long theMaximumSize, CacheLoader<K, V> cacheLoader) static <K,V> LoadingCache<K, V> build(long theTimeoutMillis, CacheLoader<K, V> theCacheLoader)
-
Constructor Details
-
CacheFactory
public CacheFactory()
-
-
Method Details
-
build
-
build
public static <K,V> LoadingCache<K,V> build(long theTimeoutMillis, CacheLoader<K, V> theCacheLoader) -
build
-
build
public static <K,V> LoadingCache<K,V> build(long theTimeoutMillis, long theMaximumSize, CacheLoader<K, V> cacheLoader)
-