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