msCachingEnabled method
Gets the current caching state for an XMLHttpRequest.
![]() |
Syntax
var cacheState = XMLHttpRequest.msCachingEnabled();Parameters
- cacheState [out, retval]
-
Type: boolean
If true, XMLHttpRequest is cached to disk. If false, it is not written to disk.
Return value
Type: boolean
If true, XMLHttpRequest is cached to disk. If false, it is not written to disk.
See also
Show:
