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.
如何将缓存与 HTML 中的 Image 标签之类的资源一起使用,它将通过 Web api 呈现,我想使用 E-tag 缓存来实现它。
如何对来自 Html 的 IMG 标签进行 E-tag 缓存。
渲染的 HTML 是一种组合资源,因此不适合缓存。例如,即使您在 HTML 上有一个当前日期时间,它也不适合缓存。此外,一些资源具有特定于用户的要求,管理这些缓存的任务确实很痛苦。
对于简单的资源,您可以使用CacheCow。该库正在开发中,v0.1 已经在 NuGet 上发布。更多关于它的信息。