cache

  • property
can.view.cache

{Boolean}

 

By default, views are cached on the client. If you'd like the the views to reload from the server, you can set the cache attribute to false.

Boolean

//- Forces loads from server can.view.cache = false;