March 2012
1 post
How key-based cache expiration works - (37signals) →
The caching is cascaded, so yes a full depth regeneration incurs a DB hit. BUT the next cache hit will incur just one DB query for the top-level object—all the descendant objects are not queried because the cache for the parent object includes cached versions for the children (thus, no query necessary).
Mar 9th