gpt4 book ai didi

c# - Azure Blob 的 sqlCacheDependency

转载 作者:行者123 更新时间:2023-12-03 03:16:32 26 4
gpt4 key购买 nike

SqlCacheDependency 是否适用于 Azure Blob 存储?

我有一个从存储中获取一些blob的操作(值大部分时间都是常量)。我尝试使用 OutputCache 来执行此操作。然后,如果 blob 中有一些更改,我尝试使用 SqlCacheDependency 清除缓存,但这不起作用。

那么我如何为 Blob 使用 SqlCacheDependency 或类似的东西?

[HttpGet]
[OutputCache(Duration = int.MaxValue, VaryByParam = "none")]
public ActionResult GetCalculatorSalaries()
{
var salaries = _service.LoadCalculatorSalaries();
return Json(salaries, JsonRequestBehavior.AllowGet);
}

最佳答案

据我所知,Azure Blob 和 SQL Azure 之间没有关系 - 因此 sqlCacheDependency 将不起作用。

新(预览)Azure Redis Cache可能值得研究。

关于c# - Azure Blob 的 sqlCacheDependency,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25117981/

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