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) classWSLMWAR<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) classWSLMWAW<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) classWSLMWAWR<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)
-