Interface QueryCachingConfigurer


public interface QueryCachingConfigurer
A configurer for query caching.

Users can select a configurer through the configuration properties.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Configures query caching as necessary using the given context.
  • Method Details

    • configure

      void configure(QueryCachingConfigurationContext context)
      Configures query caching as necessary using the given context.
      Parameters:
      context - A context exposing methods to configure caching.