[Javascript] Caching the js files

David Lovering dlovering at gazos.com
Wed Mar 19 22:28:46 CST 2003


Lots of ways are feasible, but before closing out the window where the
JavaScript process is running, I'd parse the 'history' table for references
I want to save, and then append them to a free-running file in a 'safe'
directory.  Then, when the cache gets flushed my 'backup' copy is left
untouched and can be referenced again during a later session.

-- Dave Lovering

----- Original Message -----
From: "DEV" <dev at qroute.net>
To: <javascript at LaTech.edu>
Sent: Wednesday, March 19, 2003 4:29 PM
Subject: [Javascript] Caching the js files


> How do you cache a page where the caching of all the JS ( the <script
> src='myFile.js'></script> ) files are cached only for that session ?
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript
>




More information about the Javascript mailing list