Uses of Interface
ca.uhn.fhir.sl.cache.LoadingCache
-
Uses of LoadingCache in ca.uhn.fhir.sl.cache
Methods in ca.uhn.fhir.sl.cache that return LoadingCacheModifier and TypeMethodDescriptionstatic <K,V> LoadingCache<K, V> CacheFactory.build(long theTimeoutMillis, long theMaximumSize, CacheLoader<K, V> cacheLoader) static <K,V> LoadingCache<K, V> CacheFactory.build(long theTimeoutMillis, CacheLoader<K, V> theCacheLoader) CacheProvider.create(long timeoutMillis, long maximumSize, CacheLoader<K, V> cacheLoader) CacheProvider.create(long timeoutMillis, CacheLoader<K, V> cacheLoader)