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.
Removes any cached info about the specified fragment. This method doesn't unload any scripts or styles that are referenced by the fragment.
Syntax
WinJS.Fragments.clearCache(href);
Parameters
href
Type: StringThe URI that contains the fragment to be cleared. If no URI is provided, the entire contents of the cache are cleared.
Return value
This function does not return a value.
Requirements
Minimum WinJS version |
WinJS 1.0 |
Namespace |
WinJS.Fragments |
See also
Samples