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