Class CacheManager

    Definition

    Namespace:
    Tizen.Content.Download
    Assembly:
    Tizen.Content.Download.dll

    The CacheManager class provides the functions to manage cache properties.

    public static class CacheManager
    Inheritance
    object
    CacheManager

    Properties

    View Source

    CacheLifeCycle

    Life cycle of the cache in seconds.

    Declaration
    public static uint CacheLifeCycle { get; set; }
    Property Value
    Type Description
    uint
    Remarks

    The time after which the stored cache will be invalid/stale.

    View Source

    CachePath

    Path of the cache stored.

    Declaration
    public static string CachePath { get; set; }
    Property Value
    Type Description
    string
    View Source

    MaxCacheSize

    Total maximum cache size considering all apps.

    Declaration
    public static uint MaxCacheSize { get; set; }
    Property Value
    Type Description
    uint

    Methods

    View Source

    ResetAllCache()

    Clears all system download cache.

    Declaration
    public static void ResetAllCache()
    View Source

    ResetCache()

    Clears per app download cache.

    Declaration
    public static void ResetCache()
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX