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