MCPcopy 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
49def 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
55def cache_update(x, field, value, debug_stream=-1):

Callers 1

displayFunction · 0.85

Calls 1

get_cacheFunction · 0.85

Tested by

no test coverage detected