Documentation ¶
Index ¶
Constants ¶
View Source
const ( LevelDisable = option.LevelDisable LevelModel = option.LevelModel LevelSearch = option.LevelSearch MinExpires = option.MinExpires MaxExpires = option.MaxExpires )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin interface { //清库 FlushDB() error //删除模型缓存 DeleteModel(model interface{}, primarys ...interface{}) error //删除查询缓存 DeleteSearch(model interface{}) error //insert select update delete 都会跳过缓存处理 SkipCache() *gorm.DB //join 和 子查询, 需要传入模型。 CreateRelative(...interface{}) *gorm.DB SetRelative(*gorm.DB, ...interface{}) *gorm.DB //tag CreateTag(...interface{}) *gorm.DB SetTag(*gorm.DB, ...interface{}) *gorm.DB Debug() }
Plugin .
func AttachDB ¶
func AttachDB(db *gorm.DB, opt *option.DefaultOption, redisOption *option.RedisOption) Plugin
AttachDB .
Click to show internal directories.
Click to hide internal directories.