Legacy Documentation: Version 2017.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Cache.ClearCache

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

Parameters

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

Returns

bool Returns True when cache clearing succeeded.

Description

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

Returns false if any cached bundle is in use.

Did you find this page useful? Please give it a rating: