返回介绍

Caching.compressionEnabled 启用缓存数据压缩

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

JavaScript => public static var compressionEnabled: bool;
C# => public static bool compressionEnabled;

Description 描述

Controls compression of cache data. Enabled by default.

控制缓存数据压缩。默认启用。

If cache compression is enabled, then all data will be stored in a compressed form using fast LZ4 algorithm. This property affects only further downloads. It doesn't compress or decompress existing content in the cache.

如果缓存压缩启用,那么所有被存储的数据使用快速LZ4算法压缩。该属性仅影响深度下载。他不压缩或者解压缩缓存中现存的内容。

Default value is “true”.

默认值是 “true”。

caching

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

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

发布评论

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