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

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

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