cache count

This commit is contained in:
Yax
2017-07-09 15:27:59 +02:00
parent 85ad7ec89a
commit 48d45bfb2f
3 changed files with 9 additions and 2 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
from sanic import Sanic
from aiocache import SimpleMemoryCache
app = Sanic()
cache = {}
cache = SimpleMemoryCache()