Uses of Class
com.github.benmanes.caffeine.cache.FWR
-
Packages that use FWR Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of FWR in com.github.benmanes.caffeine.cache
Subclasses of FWR in com.github.benmanes.caffeine.cache Modifier and Type Class Description (package private) class
FWRMS<K,V>
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) RefreshWrite (inherited)(package private) class
FWRMW<K,V>
WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) RefreshWrite (inherited)
-