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.