Uses of Interface
ca.uhn.fhir.sl.cache.Cache
-
Uses of Cache in ca.uhn.fhir.sl.cache
Subinterfaces of Cache in ca.uhn.fhir.sl.cacheModifier and TypeInterfaceDescriptioninterfaceLoadingCache<K,V> This interface is a blend between Caffeine's LoadingCache and Guava's LoadingCache.Methods in ca.uhn.fhir.sl.cache that return CacheModifier and TypeMethodDescriptionstatic <K,V> Cache<K, V> CacheFactory.build(long theTimeoutMillis) static <K,V> Cache<K, V> CacheFactory.build(long theTimeoutMillis, long theMaximumSize) static <K,V> Cache<K, V> CacheFactory.buildEternal(int theMinimumSize, long theMaximumSize) CacheProvider.create(long timeoutMillis) CacheProvider.create(long timeoutMillis, long maximumSize) CacheProvider.createEternal(int minimumSize, long maximumSize)