Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

boolReturns 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

expiration

The number of seconds that AssetBundles may remain unused in the cache.

Returns

Type

Description

boolReturns True when cache clearing succeeded.

Remarks

Returns false if any cached bundle is in use.