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

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

    Modifier and Type
    Class
    Description
    (package private) final class 
    FWAMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    FWAMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
    (package private) class 
    FWAR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
    (package private) final 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) final class 
    FWARMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
    (package private) class 
    FWAW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    FWAWMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    FWAWMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) class 
    FWAWR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    FWAWRMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
    (package private) final class 
    FWAWRMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)