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