Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ clear_cache
Function
clear_cache
Python/CP_Templates.py:158–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
157
158
def
clear_cache():
159
global memory
160
memory = dict()
161
162
163
def
cached_fn(fn, *args):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected