Uses of Class
com.github.benmanes.caffeine.cache.FDW

Packages that use FDW
Package
Description
This package contains caching utilities.
  • Uses of FDW in com.github.benmanes.caffeine.cache

    Modifier and Type
    Class
    Description
    (package private) final class 
    FDWMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireWrite (inherited)
    (package private) final class 
    FDWMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireWrite (inherited)
    (package private) class 
    FDWR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) SoftValues (inherited) ExpireWrite (inherited)
    (package private) final class 
    FDWRMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
    (package private) final class 
    FDWRMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)