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

    Methods

    View Source

    ResetCache()

    Clears per app download cache.

    Declaration
    public static void ResetCache()
    Exceptions
    Type Condition
    System.InvalidOperationException

    Thrown when it is failed due to an invalid operation.

    System.UnauthorizedAccessException

    Thrown when a permission is denied.

    System.NotSupportedException

    Thrown when not supported.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX