Package com.google.common.cache
@ParametersAreNonnullByDefault
package com.google.common.cache
This package contains caching utilities.
The core interface used to represent caches is Cache
.
In-memory caches can be configured and created using
CacheBuilder
, with cache entries being loaded by
CacheLoader
. Statistics about cache performance are exposed using
CacheStats
.
See the Guava User Guide article on caches.
This package is a part of the open-source Guava libraries.
-
ClassDescriptionAbstractCache<K,
V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023AbstractLoadingCache<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Cache<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023CacheBuilder<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023CacheLoader<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023ForwardingCache<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023LoadingCache<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023The reason why a cached entry was removed.RemovalListener<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023RemovalNotification<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023Weigher<K,V> Deprecated.The Google Guava Core Libraries are deprecated and will not be part of the AEM SDK after April 2023