提交 d16ddf33 编写于 作者: H hjdhnx

md

上级 9d2549bd
无法预览此类型文件
3.5.0
\ No newline at end of file
3.4.9
\ No newline at end of file
......@@ -47,7 +47,7 @@ class Storage(db.Model):
return value
@classmethod
@lru_cache(maxsize=200)
# @lru_cache(maxsize=200)
def hasItem(self, key):
exists = db.session.query(self).filter(self.key == key).scalar() is not None
# res = db.session.query(self).filter(self.key == key).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册