AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface ClearCacheOption

    interface ClearCacheOption {
        appcache?: boolean;
        cache?: boolean;
        cookies?: boolean;
        localStorage?: boolean;
        windowState?: boolean;
    }
    Index
    appcache?: boolean

    html5 application cache

    cache?: boolean

    browser data cache for html files and images

    cookies?: boolean

    browser cookies

    localStorage?: boolean

    browser data that can be used across sessions

    windowState?: boolean

    Clears saved window-state data written for windows that use saveWindowState. After this data is cleared, previously persisted bounds and state (Maximized/Minimized) will not be restored until new state is written again.