Cached Lazy Loaded Content

Lazy loaded content can be cached. Data binding will still work. The view model's name () is data bound in this text. Add sourceCache: true

<div data-bind="page: {
      id: 'cached_lazy',
      sourceCache: true,
      sourceOnShow: 'cached_lazy.html .content'}">
    ...
</div>