支持lru缓存
This commit is contained in:
parent
eba4323a4e
commit
1d376947cb
@ -295,7 +295,6 @@ type StmtStore interface {
|
|||||||
AllMap() map[string]*Stmt
|
AllMap() map[string]*Stmt
|
||||||
}
|
}
|
||||||
|
|
||||||
// 默认的 map 实现
|
|
||||||
type DefaultStmtStore struct {
|
type DefaultStmtStore struct {
|
||||||
defaultStmt map[string]*Stmt
|
defaultStmt map[string]*Stmt
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user