Interface CacheBuildContext


  • public interface CacheBuildContext
    Access to configuration and cache manager properties during the construction of the cache object.
    Author:
    Jens Wilke
    • Method Detail

      • getConfiguration

        <K,​V> Cache2kConfiguration<K,​V> getConfiguration()
        The effective cache configuration. The data is only valid within the call. Customizations must copy the relevant configuration parameters and not hold a reference to the configuration object.