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