Nexus Weblogging
ChinaonRails
You are here ChinaonRails > Ruby on Rails > > 页面缓存技巧和增强

bd7lx


58.125%

disconnected
登录后回复主题 | 跳到回复(2)

页面缓存技巧和增强

... by bd7lx ... 17 月 15 天前 ... 284 次点击

http://www.railsinside.com/deployment/113-page-caching-enhancements.html



cacheable-flash插件

http://github.com/pivotal/cacheable-flash/tree/master


1 - 9-15 10:57
bd7lx 楼主 深圳
Filestore Cache Expires_in Plugin

Adds a :expires_in option to Rails filestore caching, in line with memcached store. Providing a very easy way to add high capacity caching to a site.

Model observers and sweepers are still useable as well, of course.

Filestore caching is a much easier method of caching to implement quickly than memcached, since it just involves writing the cache data to files in the tmp/ directory (also making it good for shared hosting environments).

http://github.com/adamsalter/filestore_expires_in-plugin

filestore到期插件
2 - 10-28 11:12
bd7lx 楼主 深圳
http://github.com/pgte/sweepy

Distributed file cache expiration in Rails
Sweepy allows you to expire file-based cache (page cache and fragment cache) on Rails on multiple boxes.
看完之后有话想说?那就帮楼主加盖一层吧!

在回复之前你需要先进行登录
电子邮件或昵称
密码

© 2006-2010 A Jesse Cai Production   -   About   -   京ICP备07020911号
a site powered by Project Babel