libs

module
v0.0.0-...-f4c41ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2026 License: MIT

README

libs

go project libs

go get -u -d -v github.com/glibtools/libs

mdb cache invalidation

When gm2c cache is enabled, you can clear a single-record cache entry without issuing an update:

mdb.DB.ClearBeanCache(&User{ID: 123})
mdb.DB.ClearBeanCacheByID(&User{}, 123)

Directories

Path Synopsis
mdb
gormcache
Package gormcache provides a GORM plugin for single-row query caching on tables with exactly one primary-key field.
Package gormcache provides a GORM plugin for single-row query caching on tables with exactly one primary-key field.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL