Files
MoviePilot/app/chain
Attente b609567c38 feat(cache): 引入 fresh 和 async_fresh 以控制缓存行为
- 新增 `fresh` 和 `async_fresh` 用于在同步和异步函数中
临时禁用缓存。
- 通过 `_fresh` 这一 contextvars 变量实现上下文感知的
缓存刷新机制
- 修改了 `cached` 装饰器逻辑,在 `is_fresh()` 为 True
时跳过缓存读取。

- 修复 download 模块中路径处理问题,使用 `Path.as_posix()` 确保跨平台兼容性。
2025-10-19 22:31:50 +08:00
..
2025-07-31 15:24:50 +08:00
2025-07-31 15:24:50 +08:00
fix
2025-09-16 17:56:44 +08:00
2025-06-05 17:03:29 +08:00
2025-08-21 16:02:50 +08:00
2025-08-22 11:44:16 +08:00
2025-09-13 14:10:15 +08:00
2025-08-25 16:46:10 +08:00
2025-08-01 14:19:34 +08:00
2025-07-31 15:24:50 +08:00
2025-08-27 16:15:45 +08:00
2025-06-05 13:22:16 +08:00
2025-06-05 13:22:16 +08:00
2025-07-24 09:54:46 +08:00