Package ca.uhn.fhir.sl.cache.caffeine
Class LoadingCacheDelegator<K,V>
java.lang.Object
ca.uhn.fhir.sl.cache.caffeine.CacheDelegator<K,V>
ca.uhn.fhir.sl.cache.caffeine.LoadingCacheDelegator<K,V>
- All Implemented Interfaces:
Cache<K,,V> LoadingCache<K,V>
-
Constructor Summary
ConstructorsConstructorDescriptionLoadingCacheDelegator(com.github.benmanes.caffeine.cache.LoadingCache<K, V> impl) -
Method Summary
Methods inherited from class ca.uhn.fhir.sl.cache.caffeine.CacheDelegator
cleanUp, estimatedSize, get, getAllPresent, getIfPresent, invalidate, invalidateAll, invalidateAll, put, putAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.sl.cache.Cache
cleanUp, estimatedSize, get, getAllPresent, getIfPresent, invalidate, invalidateAll, invalidateAll, put, putAll
-
Constructor Details
-
LoadingCacheDelegator
-
-
Method Details
-
getCache
-
get
- Specified by:
getin interfaceLoadingCache<K,V>
-
getAll
- Specified by:
getAllin interfaceLoadingCache<K,V>
-
refresh
- Specified by:
refreshin interfaceLoadingCache<K,V>
-