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