예제 #1
0
파일: views.py 프로젝트: fing520/Lawliet
def ping():
    Cache.set('ok', 'test')
    Cache.expire('ok', 5)