Class DisableCachingQueryPreprocessor
java.lang.Object
de.hybris.platform.servicelayer.search.preprocessor.impl.DisableCachingQueryPreprocessor
- All Implemented Interfaces:
QueryPreprocessor
Preprocessor which will look for possible flag for enabling or disabling caching of current query.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(FlexibleSearchQuery query) Executes logic which should be executed before executing search query.voidsetSessionService(SessionService sessionService)
-
Constructor Details
-
DisableCachingQueryPreprocessor
public DisableCachingQueryPreprocessor()
-
-
Method Details
-
process
Description copied from interface:QueryPreprocessorExecutes logic which should be executed before executing search query.- Specified by:
processin interfaceQueryPreprocessor- Parameters:
query- object containing all needed informations to execute search
-
setSessionService
-