IBFCacheable::ExitBFCache method
Controls whether or not to suspend (cache) a page when navigating away in Internet Explorer 11 and later.
Syntax
virtual HRESULT STDMETHODCALLTYPE ExitBFCache();
Parameters
This method has no parameters.
Remarks
ExitBFCache is called while resuming a page that was previously cached. Return S_OK if you successfully resumed, return a failure code otherwise.
Requirements
|
Minimum supported client |
Windows 8.1 |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Header |
|
|
Library |
|
|
Type library |
|
|
DLL |
|
|
IID |
IID_IBFCacheable is defined as 30510861-98b5-11cf-bb82-00aa00bdce0b |
See also
Show: