Reviewers: ,
Please review this at http://codereview.tryton.org/543002/ Affected files: M trytond/cache.py Index: trytond/cache.py =================================================================== --- a/trytond/cache.py +++ b/trytond/cache.py @@ -49,6 +49,7 @@ cache = self._cache.setdefault(cursor.dbname, LRUDict(self.size_limit)) cache[key] = value + return value def clear(self): cursor = Transaction().cursor -- [email protected] mailing list
