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