Vignesh A Sathiyanantham

Vignesh A Sathiyanantham

Results-oriented professional with over a decade of experience in Supply Chain, and Cloud SaaS products, gained in dynamic product startup environments as well as corporate settings. AWS Certified Developer Associate with expertise in SaaS application development, microservices, AWS SDK integration, and scalable systems utilizing AMQP (RabbitMQ), GCP Pub/Sub. Currently leading the offshore team for integration of the MIRAKL marketplace for top-tier e-commerce order management.

Using EHCache in Spring Boot

EHCache is an open-source caching library for Java applications. To integrate EHCache into a Spring Boot application, add the dependency in pom.xml, configure EHCache with a CacheManager bean, enable caching using @EnableCaching, define caches using @Cacheable, and test the implementation with a Spring MVC controller.