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.
|
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.
Thanks for the help. |
|||
|
|
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 |
|||
|
|