Class CacheManager
Definition
- Assembly:
- Tizen.Content.Download.dll
The CacheManager class provides the functions to manage cache properties.
[ExcludeFromCodeCoverage]
public static class CacheManager
- Inheritance
-
CacheManager
Methods
View SourceResetCache()
Clears per app download cache.
Declaration
public static void ResetCache()
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | Thrown when it is failed due to an invalid operation. |
| UnauthorizedAccessException | Thrown when a permission is denied. |
| NotSupportedException | Thrown when not supported. |