Package ca.uhn.fhir.sl.cache.caffeine
Class CacheDelegator<K,V>
java.lang.Object
ca.uhn.fhir.sl.cache.caffeine.CacheDelegator<K,V>
- All Implemented Interfaces:
Cache<K,V>
- Direct Known Subclasses:
LoadingCacheDelegator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanUp()longgetAllPresent(Iterable<? extends K> keys) getIfPresent(K key) voidinvalidate(K key) voidvoidinvalidateAll(Iterable<? extends K> keys) voidvoid
-
Constructor Details
-
CacheDelegator
-
-
Method Details
-
getIfPresent
- Specified by:
getIfPresentin interfaceCache<K,V>
-
get
-
getAllPresent
- Specified by:
getAllPresentin interfaceCache<K,V>
-
put
-
putAll
-
invalidate
- Specified by:
invalidatein interfaceCache<K,V>
-
invalidateAll
- Specified by:
invalidateAllin interfaceCache<K,V>
-
invalidateAll
- Specified by:
invalidateAllin interfaceCache<K,V>
-
estimatedSize
- Specified by:
estimatedSizein interfaceCache<K,V>
-
cleanUp
-