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