.NET 4 之前的内存缓存

发布于 2024-12-05 16:43:40 字数 138 浏览 0 评论 0原文

我想使用新的 MemoryCache 类,但我还没有使用 .NET 4。我确实有一个简单的缓存类(内部使用字典)。使用 MemoryCache 等此类的好方法是什么?有谁知道 MemoryCache 在应用程序的整个生命周期中是如何管理的(非 ASP.NET)?

I want to use the new MemoryCache class but I am not yet using .NET 4. I do have a simple cache class (internally uses a dictionary). What would be a good approach in using this class like the MemoryCache? Does anyone know how MemoryCache is managed throughout the lifetime of an application (non asp.net)?

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

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

发布评论

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

评论(2

仄言 2024-12-12 16:43:40

也许您可以使用像 Structuremap 这样的工具来实现这一点?它并不是真的要做这些事情(它是一个 DI 容器),但是如果您将某些项目指定为单例,某些项目基于请求等,那么它会很好地工作。这仅取决于您希望生命周期管理的粒度如何。

Maybe you can use a tool like Structuremap for that? It's not really meant to do these things (it's a DI container) but it will work out well if you specify some items as a singleton, some items on a request basis etc. It just depends on how granular you want the lifetime management to be.

清泪尽 2024-12-12 16:43:40

企业库有一个缓存块,类似于 .Net 4 现在在核心框架上的缓存块。

它在版本 5 中存在,但我认为它已从版本 6 中删除。获取旧版本的企业库将为您提供缓存机制。

Enterprise Library had a Caching block that was similar to what .Net 4 has now on the core framework.

It was there for Version 5, but I think it has been removed from version 6. Getting an older version of the enterprise library will provide you with a caching mechanism.

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