[Erp5-report] r24031 - /erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 6 15:57:01 CEST 2008


Author: kazuhiko
Date: Mon Oct  6 15:56:52 2008
New Revision: 24031

URL: http://svn.erp5.org?rev=24031&view=rev
Log:
follow the API of RamCache's same method.

Modified:
    erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py

Modified: erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py?rev=24031&r1=24030&r2=24031&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py (original)
+++ erp5/trunk/products/ERP5Type/CachePlugins/DistributedRamCache.py Mon Oct  6 15:56:52 2008
@@ -148,4 +148,4 @@
 
   def getCachePluginTotalMemorySize(self):
     """ Calculate total RAM memory size of cache plugin. """
-    return 0    
+    return 0, {}




More information about the Erp5-report mailing list