Uses of Interface
org.flasby.util.BlockingCache
Packages that use BlockingCache
-
Uses of BlockingCache in org.flasby.util
Classes in org.flasby.util that implement BlockingCacheModifier and TypeClassDescriptionclass
ShinyCache<Key,
Value> is a cache which handles entry expiry and will ensure that multiple simultaneous requests using the same key will only make a single request to get the missing value.