Files
sweet-hut-agent/cache.py
2026-07-13 22:06:05 +08:00

2 lines
103 B
Python

_GLOBAL_RAW_CACHE = {} # {domain: list[dict]}
_GLOBAL_FILTERED_CACHE = {} # {domain: list[dict]}