示例#1
0
def _get_cache():
    global MC
    if MC is None:
        MC = memorycache.get_client()
    return MC
示例#2
0
def _get_cache():
    global MC
    if MC is None:
        MC = memorycache.get_client()
    return MC