mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix: cache key generation (#36225)
This commit is contained in:
@@ -158,6 +158,8 @@ class QueryCacheManager:
|
||||
|
||||
if cache_value := _cache[region].get(key):
|
||||
logger.debug("Cache key: %s", key)
|
||||
# Log cache hit for debugging
|
||||
logger.debug("CACHE GET - Key: %s, Region: %s", key, region)
|
||||
current_app.config["STATS_LOGGER"].incr("loading_from_cache")
|
||||
try:
|
||||
query_cache.df = cache_value["df"]
|
||||
|
||||
Reference in New Issue
Block a user