コード例 #1
0
 def clearCache(self):
   """This method is disabled because it clear unique storage shared by other
   client.
   Use expiration time instead.
   """
   BaseCache.clearCache(self)
   LOG('DistributedRamCache', WARNING, 'not allowed to clear memcache storage')
コード例 #2
0
ファイル: RamCache.py プロジェクト: MarkTang/erp5
 def clearCache(self):
   BaseCache.clearCache(self)
   self.getCacheStorage().clear()
コード例 #3
0
 def clearCache(self):
     BaseCache.clearCache(self)
     self.getCacheStorage().clear()