Purge a object from the cache by id. @param id: A object ID. @type id: str
(self, id)
| 81 | raise Exception('not-implemented') |
| 82 | |
| 83 | def purge(self, id): |
| 84 | """ |
| 85 | Purge a object from the cache by id. |
| 86 | @param id: A object ID. |
| 87 | @type id: str |
| 88 | """ |
| 89 | raise Exception('not-implemented') |
| 90 | |
| 91 | def clear(self): |
| 92 | """ |