cache count
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
from sanic import Sanic
|
||||
from aiocache import SimpleMemoryCache
|
||||
|
||||
app = Sanic()
|
||||
cache = {}
|
||||
cache = SimpleMemoryCache()
|
||||
|
||||
Reference in New Issue
Block a user