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