Class CacheProcessor

java.lang.Object
com.skava.orchestration.configuration.redis.CacheProcessor
All Implemented Interfaces:
org.apache.camel.Processor

@Service public class CacheProcessor extends Object implements org.apache.camel.Processor
Cache Processor used for handling cache operations like GET, PUT, EVICT operations. This class consumes bean type of CacheManager from framework component. We can implement our own or customized cache by using abstraction provided by framework.
Since:
Dec 23, 2019
Author:
Infosys Equinox
  • Constructor Details

    • CacheProcessor

      public CacheProcessor()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange) throws Exception
      Specified by:
      process in interface org.apache.camel.Processor
      Throws:
      Exception