Interface QueryCachingConfigurer
public interface QueryCachingConfigurer
A configurer for query caching.
Users can select a configurer through the
configuration properties.
-
Method Summary
Modifier and TypeMethodDescriptionvoidConfigures query caching as necessary using the givencontext.
-
Method Details
-
configure
Configures query caching as necessary using the givencontext.- Parameters:
context- A context exposing methods to configure caching.
-