This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
developers
/
dash-fastapi-admin
mirror of
http://47.121.207.11:3000/xueyf/dash-fastapi-admin
Watch
3
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
3.0 MiB
Python
67.5%
JavaScript
32.4%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
dash-fastapi-admin
/
dash-fastapi-frontend
/
views
/
dataint
/
dataquery
/
components
/
conversation_cache.py
4 lines
88 B
Raw
Permalink
Blame
History
import
cachebox
# 初始化对话缓存
conversation_cache
=
cachebox
.
Cache
(
maxsize
=
0
)
Reference in new issue