From 4be2fdb4970f652576504f6f8e10cb9a5309cc6e Mon Sep 17 00:00:00 2001 From: xiezhaodong Date: Thu, 24 Apr 2025 16:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AA=E4=BD=BF=E7=94=A8lru?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gorm.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gorm.go b/gorm.go index 1a93b83a..eb42d648 100644 --- a/gorm.go +++ b/gorm.go @@ -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 {