问题标签 [dache]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
asp.net - 如何在 ASP.NET MVC 中使用 dache 的 CacheClient?
我正在使用ironyx/dache
分布式缓存。
我创建了一个单例对象CacheClient
并在当前项目中使用它。
使用 dache 的 CacheClient 或 ... 可以吗?
dache - Dache 给出 OutOfMemory 异常
我正在尝试来自https://www.dache.io/的 Dache 分布式缓存 创建了一个简单的示例,其中仅将一个字符串添加到缓存中并尝试检索它。代码如下
添加
要得到
我已将 ASP.CacheProvider 类中的变量 _cacheClient 设为公开
现在当将项目添加到缓存时它给了我错误
“在 Dache.Core.dll 中发生了‘System.OutOfMemoryException’类型的异常,但未在用户代码中处理”
在类“DacheProtocolHelper”中的方法提取中
有人可以帮忙吗?
关于阿拉文德。
dache - Dache“没有可达的缓存主机异常”
将 dache 用于会话状态和缓存。我得到了错误
[NoCacheHostsAvailableException:没有可访问的缓存主机可用。验证您的客户端设置并确保可以从该客户端成功与所有缓存主机通信。] Dache.Client.CacheClient.DetermineBucket(String cacheKey) in d:\Dache\Dache.Client\CacheClient.cs:951 Dache.Client。 d:\Dache\Dache.Client\CacheClient.cs:137 中的 CacheClient.TryGet(String cacheKey, T& value)
我使用 web.config 中客户端配置的默认值和主机配置文件的默认值。
我还缺少其他设置吗?
distributed-caching - 什么是 Dache 中的 SlidingExpiration 时间跨度?
SlidingExpiration
Dache 中 AddOrUpdate 方法中的时间跨度到底是什么?
使用更好SlidingExpiration
还是AbsoluteExpiration
,
我的意思是有什么区别?
dache - 是否可以在 IIS 上托管 dache 缓存?
我正在用 Dache 开发一个 Web 应用程序,感谢作者提供的精彩库。
不幸的是,我有一个大问题。
在之前的 1.5.6 版本中,情况更糟。但在 1.5.6 中更好但我仍然得到以下异常:
在开发中,我在构建 2 或 3 次后出现异常,我必须重新启动缓存服务并停止 IIS Express 才能消除异常。
几个小时后,在 Web 应用程序中,客户端与缓存服务断开连接。我必须重新启动缓存服务和网站才能消除异常。
我在 Windows 服务上托管了 dache。
我认为问题在于 dache 主机和 dache 客户端之间的通信。
那么,是否可以像 WCF 服务而不是 Windows 服务一样在 IIS 上托管 dache 缓存?