Files
wangxiaolei f272e6c3fc feat: install plugin should be idempotent (#576)
* feat: install plugin should be idempotent

* chore: add new test
2026-01-27 16:28:23 +08:00

6 lines
235 B
Go

package db
// Note: The GetCache, UpdateCache, and DeleteCache functions that were previously
// in this file are deprecated and not used in the codebase.
// Direct cache operations should use the cache package (internal/utils/cache)