Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SourceCode-AI/aura
/ delete
Method
delete
aura/cache.py:166–168 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
164
self.metadata_location.write_text(dumps(self.metadata))
165
166
def
delete(self):
167
self.cache_file_location.unlink(missing_ok=True)
168
self.metadata_location.unlink(missing_ok=True)
169
170
171
class
URLCache(Cache):
Callers
8
test_mirror_cache_paths
Function · 0.45
cleanup
Method · 0.45
proxy
Method · 0.45
proxy
Method · 0.45
proxy
Method · 0.45
proxy
Method · 0.45
proxy
Method · 0.45
proxy
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_mirror_cache_paths
Function · 0.36