コード例 #1
0
ファイル: precharge.py プロジェクト: scorpioxiatian/gringotts
def _get_cache():
    global MC
    if MC is None:
        MC = memorycache.get_client()
    return MC
コード例 #2
0
ファイル: bill.py プロジェクト: unitedstack/gringotts
def _get_cache():
    global MC
    if MC is None:
        MC = memorycache.get_client()
    return MC