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