How to Configure Spring Boot with Memcached
I am new to Memcached. I need to configure my spring boot application with Memcached. I researched a lot on the topic but I could not find a documentation for the same. By default Spring boot uses Concurrent HashMap for…