Package ca.uhn.fhir.sl.cache
Interface LoadingCache<K,V>
- All Superinterfaces:
Cache<K,V>
This interface is a blend between
Caffeine's LoadingCache and
Guava's LoadingCache.
Please check their documentation for information in the methods below.
-
Method Summary
Methods inherited from interface ca.uhn.fhir.sl.cache.Cache
cleanUp, estimatedSize, get, getAllPresent, getIfPresent, invalidate, invalidateAll, invalidateAll, put, putAll
-
Method Details
-
get
-
getAll
-
refresh
-