0

My web application uses folder urls only (with mvc routes). I am wondering how I can cache some of these urls, and prticularly the site root.

CACHE MANIFEST
/
.
/myfolder
/myfolder/
myfolder

Thanks for the help.

Harps
  • 640
  • 8
  • 17

1 Answers1

0

What you have should work. Have you tested it? It validates fine in http://manifest-validator.com/ (I wasn't sure about the "." -- I think it's redundant though).

I think simply /myfolder will work.

To test, simply open the app from chrome with the javascript console up. You'll see the various caching operations.

Greg

Greg Wilson
  • 2,380
  • 2
  • 15
  • 14