Merge pull request #1607 from sugizo/fix_memcache_appadmin
appadmin can use ccache with cache.ram = cache.disk = cache.memcache
This commit is contained in:
@@ -21,6 +21,9 @@ def MemcacheClient(*a, **b):
|
||||
|
||||
class MemcacheClientObj(Client):
|
||||
|
||||
def initialize(self):
|
||||
pass
|
||||
|
||||
meta_storage = {}
|
||||
max_time_expire = 24*3600
|
||||
|
||||
|
||||
Reference in New Issue
Block a user