.Net 4.0 中的 InProc 分布式缓存

发布于 2024-09-30 04:00:53 字数 66 浏览 0 评论 0原文

.Net 4.0中的InProc分布式缓存如何处理序列化?

是否有任何插件或第三方框架支持它开箱即用?

How does InProc distributed cache in .Net 4.0 deal with serialisation?

Is there any plugins or thirdparty frameworks that support it out of the box?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

数理化全能战士 2024-10-07 04:00:54

Windows Server AppFabric 缓存支持任何开箱即用的 CLR 对象的序列化。

而且你可以有一个与分布式缓存同步的InProc缓存,所以他不一定是错的。

Windows Server AppFabric cache supports serialization of any CLR object out of the box.

And you can have an InProc cache that is synchronized with distributed cache, so he is not necessarily wrong.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文