Readonly
DiskThe full path and filename of the startup cache file that will be stored on disk.
Readonly
FoundReturns true if during initialization of the startup cache an existing cache file was found on disk. This does NOT indicate if the file loaded successfully.
Readonly
IgnoreReturns true if the startup cache will not load from the cache from disk. This can happen if the cache file is corrupt or has been invalidated.
Readonly
WroteReturns true once the current cache file as been written to disk at least once. If the cache was loaded from disk and never changed this may never be set to true.
Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Generated using TypeDoc
NOTE: this interface is completely undesigned, not stable and likely to change