Clear all objects from the cache.
(self)
| 89 | raise Exception('not-implemented') |
| 90 | |
| 91 | def clear(self): |
| 92 | """ |
| 93 | Clear all objects from the cache. |
| 94 | """ |
| 95 | raise Exception('not-implemented') |
| 96 | |
| 97 | |
| 98 | class NoCache(Cache): |
no outgoing calls
no test coverage detected