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