Class CacheProcessor
java.lang.Object
com.skava.orchestration.configuration.redis.CacheProcessor
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
CacheProcessor
public CacheProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfaceorg.apache.camel.Processor
- Throws:
Exception
-