1

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?

rohit
  • 953
  • 5
  • 15
  • 31

1 Answers1

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