Interface nsIStartupCacheInfoType

NOTE: this interface is completely undesigned, not stable and likely to change

Hierarchy

Properties

DiskCachePath: string

The full path and filename of the startup cache file that will be stored on disk.

FoundDiskCacheOnInit: boolean

Returns 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.

IgnoreDiskCache: boolean

Returns 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.

WroteToDiskCache: boolean

Returns 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.

Methods

  • Increases the reference count for this interface. The associated instance will not be deleted unless the reference count is returned to zero.

    Returns

    The resulting reference count.

    Returns number

  • Parameters

    • aIID: object
    • Optional aInstancePtr: object

    Returns any

  • A run time mechanism for interface discovery.

    Returns

    NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.

    aInstancePtr must not be null.

    Parameters

    • aIID: object

      [in] A requested interface IID

    • aInstancePtr: object

      [out] A pointer to an interface pointer to receive the result.

    Returns void

  • Decreases the reference count for this interface. Generally, if the reference count returns to zero, the associated instance is deleted.

    Returns

    The resulting reference count.

    Returns number

Generated using TypeDoc