Interface SolrIndexCachedOperation.CacheOperation

Enclosing class:
SolrIndexCachedOperation

public static interface SolrIndexCachedOperation.CacheOperation
Basic interface representing a block of work to perform with a single cache instance
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute the block of work
  • Method Details

    • execute

      void execute() throws org.broadleafcommerce.common.exception.ServiceException
      Execute the block of work
      Throws:
      org.broadleafcommerce.common.exception.ServiceException