Skip navigation links

Package com.github.benmanes.caffeine.cache

This package contains caching utilities.

See: Description

Package com.github.benmanes.caffeine.cache Description

This package contains caching utilities.

The core interface used to represent caches is Cache. A cache may be specialized as either a LoadingCache or AsyncLoadingCache.

In-memory caches can be configured and created using Caffeine. The cache entries may be loaded by CacheLoader, weighed by Weigher, and on removal forwarded to RemovalListener. Statistics about cache performance are exposed using CacheStats.

Skip navigation links