JustinGrote / JustinGrote/ModuleFast
ETag Caching Support
未关闭
enhancement
- 主要语言
- C#
- 星标
- 151
- 派生
- 11
- PR 合并指标
- 30 天内没有已合并 PR
描述
We should support ETag caching in the client to not re-fetch origin requests if they have not changed. The question is where this cache should live:
1. Simple in-memory cache (easy to do in PS with a dictionary) to prevent multiple query retries
2. Disk-based (persistent between sessions, do we really need this though? Usually if someone starts a new session, the info is already stale)
pwsh.gallery will implement some long-lived caching for resources like specific catalogItem entries and leaf pages that should never change after first request.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。