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

bd7lx


56.126%

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

页面缓存技巧和增强

... by bd7lx ... 23 月 10 天前 ... 388 次点击

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.
3 - 3-15 8:41
bd7lx 楼主 深圳
4 - 4-20 17:17
xds2000 北京市朝阳区
New Plugins For Rails Model Caching: Cachable Model

http://marklunds.com/articles/one/423
5 - 7-19 9:20
bd7lx 楼主 深圳
ActsAsCachola – simple caching for AR models (everyone could use a little cachola)
by RICH BRANT on JULY 16, 2010
And you thought all the clever caching names were taken.

http://brantinteractive.com/2010/07/16/actsascachola-simple-caching-for-ar-models-everyone-could-use-a-little-cachola/

ActsAsCachola is a plugin that lets you cache any class method by simply prepending ‘cachola_’ to the method name when calling it.

http://github.com/rbrant/acts_as_cachola
看完之后有话想说?那就帮楼主加盖一层吧!

在回复之前你需要先进行登录
电子邮件或昵称
密码
当前热门主题  野心勃勃的用“饭桶”来部署git ... 34 篇回复
© 2006-2010 A Jesse Cai Production   -   About   -   京ICP备07020911号
a site powered by Project Babel