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 (
cache_fu /
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Tue Jan 22 16:27:07 -0800 2008 | [defunkt] |
| |
LICENSE | Tue Jan 22 16:27:07 -0800 2008 | [defunkt] |
| |
README | Tue Jan 22 16:27:07 -0800 2008 | [defunkt] |
| |
Rakefile | Tue Jan 22 16:27:07 -0800 2008 | [defunkt] |
| |
defaults/ | Tue Jan 22 16:27:07 -0800 2008 | [defunkt] |
| |
init.rb | Tue Jan 22 16:27:07 -0800 2008 | [defunkt] |
| |
install.rb | Tue Jan 22 16:27:07 -0800 2008 | [defunkt] |
| |
lib/ | Sat Mar 22 19:44:26 -0700 2008 | [technoweenie] |
| |
tasks/ | Tue Jan 22 16:27:07 -0800 2008 | [defunkt] |
| |
test/ | Tue Jan 22 16:27:07 -0800 2008 | [defunkt] |
README
== cache_fu
A rewrite of acts_as_cached.
== Changes from acts_as_cached 1
- You can no longer set a 'ttl' method on a class. Instead,
pass :ttl to acts_as_cached:
>> acts_as_cached :ttl => 15.minutes
- The is_cached? method is aliased as cached?
- set_cache on an instance can take a ttl
>> @story.set_cache(15.days)
Chris Wanstrath [ chris[at]ozmm[dot]org ]




