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