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

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

    Modifier and Type
    Class
    Description
    (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)