MCPcopy
hub / github.com/cherrypy/cherrypy / delete

Method delete

cherrypy/lib/caching.py:55–57  ·  view source on GitHub ↗

Remove ALL cached variants of the current resource.

(self)

Source from the content-addressed store, hash-verified

53 raise NotImplementedError
54
55 def delete(self):
56 """Remove ALL cached variants of the current resource."""
57 raise NotImplementedError
58
59 def clear(self):
60 """Reset the cache to its initial, empty state."""

Callers 2

getFunction · 0.45
teeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected