Interface CacheProvider

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    DefaultCacheProvider

    public interface CacheProvider
    extends java.io.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