Exemplo n.º 1
0
def _get_cache():
    global MC
    if MC is None:
        MC = memorycache.get_client()
    return MC
Exemplo n.º 2
0
def _get_cache():
    global MC
    if MC is None:
        MC = memorycache.get_client()
    return MC