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