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

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

    Modifier and Type
    Class
    Description
    (package private) final class 
    PSAMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    PSAMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
    (package private) class 
    PSAR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    PSARMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
    (package private) final class 
    PSARMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) RefreshWrite (inherited)
    (package private) class 
    PSAW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: ExpireWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited)
    (package private) final class 
    PSAWMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    PSAWMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) class 
    PSAWR<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: RefreshWrite StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited)
    (package private) final class 
    PSAWRMS<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumSize StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)
    (package private) final class 
    PSAWRMW<K,V>
    WARNING: GENERATED CODE A cache entry that provides the following features: MaximumWeight StrongKeys (inherited) StrongValues (inherited) ExpireAccess (inherited) ExpireWrite (inherited) RefreshWrite (inherited)