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) class
WSSAR<K,V>
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (inherited)(package private) class
WSSAW<K,V>
WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (inherited)(package private) class
WSSAWR<K,V>
WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) Stats (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
-