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