返回介绍

Caching.maximumAvailableDiskSpace 最大可获取的磁盘空间

发布于 2019-12-18 15:37:27 字数 1669 浏览 1153 评论 0 收藏 0

JavaScript => public static var maximumAvailableDiskSpace: long;
C# => public static long maximumAvailableDiskSpace;

Description 描述

The total number of bytes that can potentially be allocated for caching.

可以潜在分配给内存的总字节数。

This value can be set to a smaller number in order to limit the amount of disk space used by cached AssetBundles.

该值可以被设置为较小的值,使用缓存资源包去限制磁盘空间的数量。

The WebPlayer shared cache allows up to 50 MiB of cached AssetBundles. PC/Mac Standalone applications and iOS/Android applications have a limit of 4 GiB.

网页播放器共享缓存上限为缓存资源包的50MB。独立的PC/Mac应用和iOS/Android应用限制为4GB。

WebPlayer applications that make use of a dedicated cache are limited to the number of bytes specified in the Caching license agreement.

网页应用确保在线性缓存队列中,专属缓存被限制为指定数量的字节。

This property does not account for total available disk space. If a user's computer has less available disk space on the drive where the cache is located than maximumAvailableDiskSpace, the full amount of maximumAvailableDiskSpace will not be usable.

该属性不计算为总的可获取的磁盘空间。如果用户的计算机设备上少于可获取的磁盘空间,即缓存比较于最大可获取的磁盘空间,最大可获取的磁盘空间将不会被使用。

Cache storage is allocated on an as-needed basis in order to minimize disk space usage.

缓存存储在的需求的基础上被分配,为了最小化磁盘空间的使用。

NB: This property value is only valid on WebPlayer builds. Other platforms will report an incorrect value. Web player is not supported from 5.4.0 and beyond.

NB:该属性值是仅在网页播放器上建立有效。其他平台将报告值不正确。网页播放器从 5.4.0和之后是不支持的。

caching

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文