Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an ApplicationCache object.
This property is read-only.
![]() |
Syntax
HRESULT get_applicationCache(
[out] ApplicationCache **ptr
);
Property values
Type: ApplicationCache
Object
Remarks
You can use
cache = window.applicationCache
to create a new cache object. After you have created the cache object, you can use the IHTMLApplicationCache::swapCache and IHTMLApplicationCache::update methods to swap and update the cache.
Also, you can use this object to check the IHTMLApplicationCache::status of the cache.
.png)