refactor(缓存处理): 在缓存相关函数中添加req参数传递

为了在缓存处理过程中能够访问请求对象,将req参数添加到processSuccessfulApiData、tryServeFromStaleCacheOrError、fetchAndServe和serveFromCache等函数中
This commit is contained in:
2025-09-05 11:18:54 +08:00
parent bf7ab1a35c
commit 8e45c7d32d
2 changed files with 17 additions and 17 deletions

File diff suppressed because one or more lines are too long