22

I am new to spring annotation and i want to create a sample example which shows the use of @Cacheable annotation in spring 3.1 does any one have guidance to create this ?

Hemant Metalia
  • 29,730
  • 18
  • 72
  • 91

2 Answers2

16

Hope following link may be helpful to you... A sample application.

Also have a look on Spring's documentation for cache abstraction and spring source blog post.

hooknc
  • 4,854
  • 5
  • 31
  • 60
Amit
  • 13,134
  • 17
  • 77
  • 148
1

There are lots of links to learn from

I did a POC using spring cache, Simple Spring Memcached and Memcache. The svn link of working application code is here

Simple Spring Memcached – Spring Caching Abstraction and Memcached

Niraj Singh
  • 129
  • 4