Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FoxIO-LLC/ja4
/ clean_cache
Function
clean_cache
python/common.py:49–52 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
47
return
conn_cache
48
49
def
clean_cache(x):
50
cache = get_cache(x)
51
if
x[
'stream'
] in cache:
52
del(cache[x[
'stream'
]])
53
54
# Updates the cache and records timestamps
55
def
cache_update(x, field, value, debug_stream=-1):
Callers
1
display
Function · 0.85
Calls
1
get_cache
Function · 0.85
Tested by
no test coverage detected