Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

http://37signals.com/svn/posts/3112-how-basecamp-next-got-to-be-so-damn-fast-without-using-much-client-side-ui

Hi there - I am looking to achieve a similar effect to the cache regenerating as described by the above post. Take the following scenario:

A compiled Jade view is cached. That view is dependent of 3 objects which are all cached too. One of those objects now changes. This is what I think should happen:

  • Cache for object get updated
  • Recompile the Jade template
  • Cache the compiled template

Can anyone clarify this approach please?

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.