gpt4 book ai didi

c# - HttpContext.Current.Cache 性能

转载 作者:行者123 更新时间:2023-11-30 17:20:22 32 4
gpt4 key购买 nike

我在 IIS6 > ASP .NET > C# > WebService

我必须在缓存中放入大量数据(数千个序列化对象,每个约 2MB)。IIS6 如何管理 HttpContext.Current.Cache - 它是保存在 RAM 还是临时文件中?我可以在缓存之前压缩数据吗?HttpContext.Current.Cache 有哪些替代方案?

最佳答案

默认情况下,它保存在 RAM 中。如果您要保存那么大量的数据,您应该考虑将其保存在数据库中。

关于c# - HttpContext.Current.Cache 性能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4207348/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com