Class DisableCachingQueryPreprocessor

java.lang.Object
de.hybris.platform.servicelayer.search.preprocessor.impl.DisableCachingQueryPreprocessor
All Implemented Interfaces:
QueryPreprocessor

public class DisableCachingQueryPreprocessor extends Object implements QueryPreprocessor
Preprocessor which will look for possible flag for enabling or disabling caching of current query.
  • Constructor Details

    • DisableCachingQueryPreprocessor

      public DisableCachingQueryPreprocessor()
  • Method Details

    • process

      public void process(FlexibleSearchQuery query)
      Description copied from interface: QueryPreprocessor
      Executes logic which should be executed before executing search query.
      Specified by:
      process in interface QueryPreprocessor
      Parameters:
      query - object containing all needed informations to execute search
    • setSessionService

      public void setSessionService(SessionService sessionService)