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