mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-22 09:45:27 -04:00
f272e6c3fc
* feat: install plugin should be idempotent * chore: add new test
6 lines
235 B
Go
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)
|