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