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