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) classSSMWAR<K,V>WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)(package private) classSSMWAW<K,V>WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)(package private) classSSMWAWR<K,V>WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
-