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

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

    Modifier and Type
    Class
    Description
    (package private) final class 
    PDAMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    PDAMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
    (package private) class 
    PDAR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    PDARMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
    (package private) final class 
    PDARMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
    (package private) class 
    PDAW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    PDAWMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    PDAWMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) class 
    PDAWR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    PDAWRMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
    (package private) final class 
    PDAWRMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) SoftValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)