spring 3.1 @Cacheable 示例
我是 spring 注释的新手,我想创建一个示例示例,该示例显示在 spring 3.1 中使用 @Cacheable 注释 有没有人指导如何创建它?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
希望以下链接对您有所帮助... 示例应用程序 。
另请参阅 Spring 的文档缓存抽象 和 spring 源码博客文章。
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.
有很多链接可供学习
我使用 spring 缓存、Simple Spring Memcached 和 Memcache 做了一个 POC。工作应用程序代码的 svn 链接位于
简单 Spring Memcached – Spring 缓存抽象和 Memcached
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