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