#3841: change cache.Cache implementation to inherit from dict [validation pending]
#3841 - latest update on 2008/10/16, created on 2007/05/25 by Sylvain Thenault
| priority | normal |
| type | story |
| load | 0.500 |
| load left | 0.000 |
so :
- we don't have to reimplement methods of the dictionnary interface which only delegate to the underlying dict
- we don't get at some point errors like "Cache has no method pop"
| | |