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

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

    Modifier and Type
    Class
    Description
    (package private) class 
    FDA<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: ExpireAccess WeakKeys (inherited) SoftValues (inherited)
    (package private) final class 
    FDAMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    FDAMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
    (package private) class 
    FDAR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    FDARMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
    (package private) final class 
    FDARMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
    (package private) class 
    FDAW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite WeakKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
    (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)
    (package private) final class 
    FDMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited)
    (package private) final class 
    FDMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited)
    (package private) class 
    FDR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) SoftValues (inherited)
    (package private) final class 
    FDRMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) SoftValues (inherited) RefreshWrite (inherited)
    (package private) final class 
    FDRMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) SoftValues (inherited) RefreshWrite (inherited)
    (package private) class 
    FDW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite WeakKeys (inherited) SoftValues (inherited)
    (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)