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

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

    Modifier and Type
    Class
    Description
    (package private) class 
    WSMWA<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
    (package private) final class 
    WSMWAR<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
    (package private) class 
    WSMWAW<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
    (package private) final class 
    WSMWAWR<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    WSMWR<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
    (package private) class 
    WSMWW<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
    (package private) final class 
    WSMWWR<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite WeakKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireWrite (inherited)