spring 3.1 @Cacheable example

Hemant Metalia picture Hemant Metalia · Nov 2, 2011 · Viewed 50.8k times · Source

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 ?

Answer

Amit picture Amit · Nov 4, 2011

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.