Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/internetarchive/openlibrary
/ delete
Method
delete
openlibrary/core/cache.py:352–357 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
350
return
value
351
352
def
delete(self, key):
353
key = web.safestr(key)
354
stats.begin(
"memcache.delete"
, key=key)
355
value = self.memcache.delete(key)
356
stats.end()
357
return
value
358
359
360
memory_cache = MemoryCache()
Callers
nothing calls this directly
Calls
1
delete
Method · 0.45
Tested by
no test coverage detected