MCPcopy Create free account
hub / github.com/TonyLianLong/LLM-groundedDiffusion / reset_cache_access

Function reset_cache_access

utils/cache.py:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15cache_queries = {}
16
17def reset_cache_access():
18 global global_cache_index, cache_queries
19 global_cache_index = {}
20 cache_queries = {}
21
22def values_accessed():
23 return sum(global_cache_index.values())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected