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