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