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

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

    Modifier and Type
    Class
    Description
    (package private) class 
    SSMWA<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: ExpireAccess StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
    (package private) final class 
    SSMWAR<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
    (package private) class 
    SSMWAW<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited)
    (package private) final class 
    SSMWAWR<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    SSMWR<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
    (package private) class 
    SSMWW<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited)
    (package private) final class 
    SSMWWR<K,V>
    WARNING: GENERATED CODE A cache that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) MaximumWeight (inherited) ExpireWrite (inherited)