Class SortableCacheResultPostProcessor

java.lang.Object
com.broadleafcommerce.data.tracking.core.cache.SortableCacheResultPostProcessor
All Implemented Interfaces:
com.broadleafcommerce.common.extension.cache.CacheResultPostProcessor, org.springframework.core.Ordered

public class SortableCacheResultPostProcessor extends Object implements com.broadleafcommerce.common.extension.cache.CacheResultPostProcessor
Responsible for post processing cache results that contain Sortable instances and actively sorting those members before return from the CacheStateManager.
Author:
Jeff Fischer
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <P> P
    post(P result, boolean isImperativeProcessing)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.broadleafcommerce.common.extension.cache.CacheResultPostProcessor

    getOrder
  • Constructor Details

    • SortableCacheResultPostProcessor

      public SortableCacheResultPostProcessor()
  • Method Details

    • post

      public <P> P post(P result, boolean isImperativeProcessing)
      Specified by:
      post in interface com.broadleafcommerce.common.extension.cache.CacheResultPostProcessor