Skip navigation links

@ParametersAreNonnullByDefault

Package com.google.common.cache

This package contains caching utilities.

See: Description

Package com.google.common.cache Description

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 library.

Author:
Charles Fry
Skip navigation links

Copyright © 2010-2017. All Rights Reserved.