Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在我的 IRewriteProvider 中使用我网站的缓存?
我知道在类库中使用 HttpRuntime.Cache["Key"],但在这种情况下,对于提供程序,缓存似乎始终为空,即使它在网站中获得了一个值。
关于如何解决这个问题有什么好的想法吗?谢谢。