Version: 2019.4
public bool ClearCache ();
public bool ClearCache (int expiration);

パラメーター

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

戻り値

bool Returns True when cache clearing succeeded.

説明

Removes all cached content in the cache that has been cached by the current application.

Returns false if any cached bundle is in use.