Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/secdev/scapy
/ invalidate_cache
Method
invalidate_cache
scapy/route.py:39–41 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
self.resync()
38
39
def
invalidate_cache(self):
40
# type: () -> None
41
self.cache = {}
# type: Dict[Tuple[str, Optional[str]], Tuple[str, str, str]]
42
43
def
resync(self):
44
# type: () -> None
Callers
8
__init__
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
_route_add_loopback
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected