The Ruby on Rails and ClojureScript experts

Mar 21, 2012

This is how 37Signals does key-based cache expiration:

The cache key is the fluid part and the cache content is the fixed part. A given key should always return the same content. You never update the content after it’s been written and you never try to expire it either.

Link: How key-based cache expiration works – (37signals) via 37signals.com