webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebCache Interface Reference

import"IWebCache.idl";

Inheritance diagram for IWebCache:
WebCache

Public Member Functions

HRESULT statistics ([in, out] int *count, [in] IPropertyBag **s)
 
HRESULT empty ()
 
HRESULT setDisabled ([in] BOOL disabled)
 
HRESULT disabled ([out, retval] BOOL *)
 
HRESULT cacheFolder ([out, retval] BSTR *location)
 
HRESULT setCacheFolder ([in] BSTR location)
 

Member Function Documentation

◆ cacheFolder()

HRESULT IWebCache::cacheFolder ( [out, retval] BSTR location)

◆ disabled()

HRESULT IWebCache::disabled ( [out, retval] BOOL )

◆ empty()

HRESULT IWebCache::empty ( )

Implemented in WebCache, and WebCache.

◆ setCacheFolder()

HRESULT IWebCache::setCacheFolder ( [in] BSTR  location)

◆ setDisabled()

HRESULT IWebCache::setDisabled ( [in] BOOL  disabled)

Implemented in WebCache.

◆ statistics()

HRESULT IWebCache::statistics ( [in, out] int *  count,
[in] IPropertyBag **  s 
)

The documentation for this interface was generated from the following file: