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

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

    Modifier and Type
    Class
    Description
    (package private) class 
    PWA<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: ExpireAccess StrongKeys (inherited) WeakValues (inherited)
    (package private) final class 
    PWAMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    PWAMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
    (package private) class 
    PWAR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    PWARMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
    (package private) final class 
    PWARMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
    (package private) class 
    PWAW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    PWAWMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    PWAWMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) class 
    PWAWR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    PWAWRMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
    (package private) final class 
    PWAWRMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
    (package private) final class 
    PWMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited)
    (package private) final class 
    PWMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited)
    (package private) class 
    PWR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) WeakValues (inherited)
    (package private) final class 
    PWRMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) RefreshWrite (inherited)
    (package private) final class 
    PWRMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) RefreshWrite (inherited)
    (package private) class 
    PWW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite StrongKeys (inherited) WeakValues (inherited)
    (package private) final class 
    PWWMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
    (package private) final class 
    PWWMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
    (package private) class 
    PWWR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited)
    (package private) final class 
    PWWRMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
    (package private) final class 
    PWWRMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) WeakValues (inherited) ExpireWrite (inherited) RefreshWrite (inherited)