Interface CacheProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultCacheProvider

public interface CacheProvider extends Serializable
Interface that defines API Jackson uses for constructing various internal caches. This allows configuring custom caches and cache configurations. A CacheProvider instance will be configured through a builder such as MapperBuilder.cacheProvider(CacheProvider)
Since:
2.16