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