IRIS API & TAPWEB uses ehcache as their caching mechanism which will work fine in a standalone environment.
But we are going to use them in Cloud using K8s Cluster. This warrants a distributed caching solution like Redis.
Whether Temenos supports Redis or any other distributed caching solution?
in ehcache, each instance use their own caching config. If multiple instances of TAPWEB and IRIS are running and the subsequent calls are sent to different instance, how the communication will happen and the caching is shared between these instances?