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