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