支持lru缓存

This commit is contained in:
xiezhaodong 2025-04-14 13:17:48 +08:00
parent eba4323a4e
commit 1d376947cb

View File

@ -295,7 +295,6 @@ type StmtStore interface {
AllMap() map[string]*Stmt
}
// 默认的 map 实现
type DefaultStmtStore struct {
defaultStmt map[string]*Stmt
}