Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ delete
Method
delete
aleph/cache.py:60–61 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
58
return
self.kv.lrange(key, 0, -1)
59
60
def
delete(self, key):
61
self.kv.delete(key)
62
63
def
lock(self, key, timeout=120):
64
return
self.kv.lock(key, timeout=timeout)
Callers
15
flush
Function · 0.45
set_list
Method · 0.45
destroy
Method · 0.45
flush
Method · 0.45
TableEditorBase
Class · 0.45
removeVertex
Method · 0.45
generate
Method · 0.45
selectElement
Method · 0.45
clearSelection
Method · 0.45
removeSubgroups
Method · 0.45
removeSelection
Method · 0.45
ungroupSelection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected