spring 3.1 @Cacheable example

2019-02-01 08:30发布

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 ?

2条回答
劫难
2楼-- · 2019-02-01 08:42

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

查看更多
等我变得足够好
3楼-- · 2019-02-01 09:01

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.

查看更多
登录 后发表回答