This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
grantr (author)
Sun May 11 00:40:42 -0700 2008
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun May 04 22:22:33 -0700 2008 | [grantr] |
| |
MIT-LICENSE | Sun May 04 22:15:17 -0700 2008 | [grantr] |
| |
README | Sun May 04 22:15:17 -0700 2008 | [grantr] |
| |
Rakefile | Sun May 04 22:15:17 -0700 2008 | [grantr] |
| |
init.rb | Sun May 04 22:15:17 -0700 2008 | [grantr] |
| |
install.rb | Sun May 04 22:15:17 -0700 2008 | [grantr] |
| |
lib/ | Sun May 11 00:40:42 -0700 2008 | [grantr] |
| |
tasks/ | Sun May 04 22:15:17 -0700 2008 | [grantr] |
| |
test/ | Sun May 04 22:15:17 -0700 2008 | [grantr] |
| |
uninstall.rb | Sun May 04 22:15:17 -0700 2008 | [grantr] |
README
Automatically cache ActiveRecord associations in memcached. class User < ActiveRecord::Base acts_as_cached belongs_to_cached :group end class Group < ActiveRecord::Base acts_as_cached end Instead of caching the association objects and writing expiration sweepers, we cache the association ids and load the objects from memcached by id. cache_fu is required (for now)




