public bool ClearCache ();
public bool ClearCache (int expiration);

Parámetros

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

Valor de retorno

bool Returns True when cache clearing succeeded.

Descripción

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

Returns false if any cached bundle is in use.