This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
快取服務模組
|
||||
集中管理所有快取變數和相關操作
|
||||
Legacy cache compatibility shim.
|
||||
|
||||
Sales/dashboard cache state lives in services.cache_manager. This module keeps
|
||||
older imports working and only owns growth-analysis and slow-query helpers.
|
||||
"""
|
||||
|
||||
from datetime import datetime, timezone, timedelta
|
||||
|
||||
Reference in New Issue
Block a user