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

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

    Modifier and Type
    Class
    Description
    (package private) final class 
    FDAWMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    FDAWMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) class 
    FDAWR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    FDAWRMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
    (package private) final class 
    FDAWRMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)