I am looking to implement ElastiCache(using memcached) for my spring application. From here I can see that this can be done using spring cloud aws, but I could not find proper steps for doing this anywhere. Can anyone please provide some example implementation or tutorials?
Asked
Active
Viewed 1,342 times
1 Answers
1
Take a look at Simple Spring Memcached (SSM) project. It provides integration with AWS Elasticache through custom annotations or Spring Cache Abstraction.

Glorfindel
- 21,988
- 13
- 81
- 109

ragnor
- 2,498
- 1
- 22
- 25