10d9
< import os
559,562c558,560
<         # TODO: Check if vanished method below has to be replaced
<         # if dbname:
<         #     with Transaction().start(dbname, 0):
<         #         Cache.resets(dbname)
---
>         if dbname:
>             with Transaction().start(dbname, 0):
>                 Cache.resets(dbname)
623,624c621
<         # TODO: Check if vanished method below has to be replaced
<         # Cache.clean(dbname)
---
>         Cache.clean(dbname)
