Commit ed2bc6c6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

follow the API of RamCache's same method.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24031 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7bc98ea3
......@@ -148,4 +148,4 @@ class DistributedRamCache(BaseCache):
def getCachePluginTotalMemorySize(self):
""" Calculate total RAM memory size of cache plugin. """
return 0
return 0, {}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment