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

This package is a part of the open-source Guava libraries.

Author:
Charles Fry

Copyright © 2010-2012. All Rights Reserved.