Interface QueryCachingConfigurer
-
public interface QueryCachingConfigurer
A configurer for query caching.Users can select a configurer through the
configuration properties
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(QueryCachingConfigurationContext context)
Configures query caching as necessary using the givencontext
.
-
-
-
Method Detail
-
configure
void configure(QueryCachingConfigurationContext context)
Configures query caching as necessary using the givencontext
.- Parameters:
context
- A context exposing methods to configure caching.
-
-