Caching.CleanCache 清除缓存


static function CleanCache () : bool

Description描述

Delete the cache folder associated with this content.

删除这个内容相关的缓存文件夹。

This function is only available when you have a caching lincense.

当你已经有一个缓存许可证时,这个函数才能激活。

Caching.Authorize (name, domain, size, signature);    if (GUILayout.Button("Uninstall Game"))    Caching.CleanCache ();


,