ClearCache
Removes all cached content in the cache that has been cached by the current application.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
ClearCache()
Removes all cached content in the cache that has been cached by the current application.
public bool ClearCache()
Returns
Type | Description |
|---|---|
| bool | Returns True when cache clearing succeeded. |
Remarks
Returns false if any cached bundle is in use.
ClearCache(int)
Removes all cached content in the cache that has been cached by the current application.
public bool ClearCache(int expiration)
Parameters
The number of seconds that AssetBundles may remain unused in the cache.
Returns
Type | Description |
|---|---|
| bool | Returns True when cache clearing succeeded. |
Remarks
Returns false if any cached bundle is in use.