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