Uses of Interface
ca.uhn.fhir.sl.cache.CacheLoader
-
Uses of CacheLoader in ca.uhn.fhir.sl.cache
Methods in ca.uhn.fhir.sl.cache with parameters of type CacheLoaderModifier 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)