index
:
old.due.moe
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
due
/
cache.py
blob: 6667af80bec662d475bff7f2c93516c878b6e08a (
plain
) (
blame
)
1
2
3
from
flask_caching
import
Cache
cache
=
Cache
(
config
=
{
"CACHE_TYPE"
:
"SimpleCache"
})