Browse the Ruby on Rails Community.

You are here: Browse Railsplugins Cache Fu

Cache Fu

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)

http://github.com/defunkt/cache_fu

Chris Wanstrath [ chris[at]ozmm[dot]org ]

NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly