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

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

    Modifier and Type
    Class
    Description
    (package private) final class 
    FSWMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)
    (package private) final class 
    FSWMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)
    (package private) class 
    FSWR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited)
    (package private) final class 
    FSWRMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
    (package private) final class 
    FSWRMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight WeakKeys (inherited) StrongValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)