Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ invalidate_cache
Method
invalidate_cache
scapy/route6.py:49–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
self.resync()
48
49
def
invalidate_cache(self):
50
# type: () -> None
51
self.cache = {}
# type: Dict[str, Tuple[str, str, str]]
52
53
def
flush(self):
54
# type: () -> None
Callers
8
__init__
Method · 0.95
flush
Method · 0.95
resync
Method · 0.95
add
Method · 0.95
delt
Method · 0.95
ifchange
Method · 0.95
ifdel
Method · 0.95
ifadd
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected