只使用lru

This commit is contained in:
xiezhaodong 2025-04-24 16:19:59 +08:00
parent cfd5f258cc
commit 4be2fdb497

View File

@ -69,11 +69,6 @@ type Config struct {
callbacks *callbacks
cacheStore *sync.Map
}
type PrepareStmtLruConfig struct {
Size int
TTL time.Duration
Open bool
}
// Apply update config to new config
func (c *Config) Apply(config *Config) error {