Class CacheManager
Definition
- Assembly:
- Tizen.Content.Download.dll
The CacheManager class provides the functions to manage cache properties.
public static class CacheManager
- Inheritance
-
objectCacheManager
Methods
View SourceResetCache()
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. |