CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Fri, 08 Aug 2025 05:20:33 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090916012938
location: https://web.archive.org/web/20090916012938/https://github.com/defunkt/cache_fu/tree
server-timing: captures_list;dur=0.724614, exclusion.robots;dur=0.021970, exclusion.robots.policy;dur=0.009788, esindex;dur=0.012910, cdx.remote;dur=251.285432, LoadShardBlock;dur=2157.558527, PetaboxLoader3.datanode;dur=1953.965891, PetaboxLoader3.resolve;dur=91.061607
x-app-server: wwwb-app223
x-ts: 302
x-tr: 2456
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Fri, 08 Aug 2025 05:20:34 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.35
x-archive-orig-date: Wed, 16 Sep 2009 01:29:38 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "4cf784dd656293c2c2d9a5f6426110e2"
x-archive-orig-x-runtime: 397ms
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 24537
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 16 Sep 2009 01:29:38 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 05 Feb 2008 16:21:06 GMT", ; rel="prev memento"; datetime="Wed, 24 Jun 2009 19:55:06 GMT", ; rel="memento"; datetime="Wed, 16 Sep 2009 01:29:38 GMT", ; rel="next memento"; datetime="Mon, 14 Dec 2009 19:26:07 GMT", ; rel="last memento"; datetime="Sat, 19 Jun 2010 07:40:33 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_11_20090915234459_crawl101_IndexOnly.gpg-c/52_11_20090916012825_crawl101.arc.gz
server-timing: captures_list;dur=0.543037, exclusion.robots;dur=0.019470, exclusion.robots.policy;dur=0.009499, esindex;dur=0.010876, cdx.remote;dur=19.968431, LoadShardBlock;dur=118.539156, PetaboxLoader3.datanode;dur=108.466197, PetaboxLoader3.resolve;dur=151.148710, load_resource;dur=149.732782
x-app-server: wwwb-app223
x-ts: 200
x-tr: 349
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
defunkt's cache_fu at master - GitHub
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 (

Description: | Everyone's favorite memcached plugin for ActiveRecord. edit |
Homepage: | https://errtheblog.com edit |
Public Clone URL: |
git://github.com/defunkt/cache_fu.git
Give this clone URL to anyone.
git clone git://github.com/defunkt/cache_fu.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:defunkt/cache_fu.git
|
cache_fu /
name | age | message | |
---|---|---|---|
![]() |
CHANGELOG | Tue Jan 22 16:27:07 -0800 2008 | first post [defunkt] |
![]() |
LICENSE | Tue Jan 22 16:27:07 -0800 2008 | first post [defunkt] |
![]() |
README | Tue Jan 22 16:27:07 -0800 2008 | first post [defunkt] |
![]() |
Rakefile | Tue Jan 22 16:27:07 -0800 2008 | first post [defunkt] |
![]() |
defaults/ | Wed Jul 16 02:24:42 -0700 2008 | getting ready for a GitHub pull request... [Peter Vandenberk] |
![]() |
init.rb | Fri May 02 09:28:29 -0700 2008 | RubyMemcache error message should not have been... [defunkt] |
![]() |
install.rb | Tue Jan 22 16:27:07 -0800 2008 | first post [defunkt] |
![]() |
lib/ | Fri Aug 28 14:30:15 -0700 2009 | The memcached gem provides its own Memcached::R... [defunkt] |
![]() |
tasks/ | Wed Jul 16 02:24:42 -0700 2008 | getting ready for a GitHub pull request... [Peter Vandenberk] |
![]() |
test/ | Tue Jan 22 16:27:07 -0800 2008 | first post [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 ]
This feature is coming soon. Sit tight!