Uses of Interface
org.flasby.util.BlockingCache

Packages that use BlockingCache
Package
Description
 
  • Uses of BlockingCache in org.flasby.util

    Classes in org.flasby.util that implement BlockingCache
    Modifier and Type
    Class
    Description
    class 
    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.