clear does nothing for the dummy cache backend
(self)
| 257 | cache.delete_many(["key with spaces"]) |
| 258 | |
| 259 | def test_clear(self): |
| 260 | "clear does nothing for the dummy cache backend" |
| 261 | cache.clear() |
| 262 | |
| 263 | def test_incr_version(self): |
| 264 | "Dummy cache versions can't be incremented" |