Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Cache with ViewLoader On Loading Javascript Files.

    Hello Isomorphic,
    I am useing isc.ViewLoader inorder to load number of JS files. but after the files are loading. which i carry out the same operation once again the JS files is not cached.

    Is there a way to cache the JS files through isc.ViewLoader.

    Thanks and Regards.
    Varun.

    #2
    You can set allowCaching:true to allow caching. This wasn't doc'd in 6.5.1 but is in 7.0.

    Just a reminder: the ViewLoader is not the recommended SmartClient Architecture. See the SmartClient Architecture topic for details.

    Comment

    Working...
    X