Exemplo n.º 1
0
def test5():
    result = data_cache.get_from_cache(r2)
    print('Result = ', result)
def test2():
    result = data_cache.get_from_cache(r)
    print("Result = ", result)
    print(data_cache.check_query_cache("people", t, ['nameLast', "birthCity"]))
Exemplo n.º 3
0
def test3():
    result = data_cache.get_from_cache(r2)
    print("Result=", result)