] > logilab-common #3841: change cache.Cache implementation to inherit from dict (Logilab.org)

#3841: change cache.Cache implementation to inherit from dict [validation pending]

prioritynormal
typestory
load0.500
load left0.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"