Remove ALL cached variants of the current resource.
(self)
| 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.""" |