home / experts / javascript / column49 |
|
The DocumentCache ObjectCaching information shortens its access time and thus boosts the application's performance. HomeSite's cache keeps only the active document in memory. All other open files are stored in a cached array named
As you will see below, the amount of information you can get from the
and then make it the active document:
In the rest of this page we describe the
Returns the contents of the cached document. Obviously, the returned string's length is equal to the document's character length.
Returns a true value if recent changes can be undone.
Returns a true value if recent changes can be re-done.
Returns a true value if the cached document has been modified since it was last saved to disk.
Returns the file name of the cached document.
Returns a true value if the cached document is read-only. |
Produced by Yehuda Shiran and Tomer Shiran
Created: September 27, 1999
Revised: September 27, 1999
URL: http://www.webreference.com/js/column49/cache.html