mirror of
https://github.com/langgenius/dify-plugin-daemon.git
synced 2026-07-21 17:25:23 -04:00
5 lines
234 B
Go
5 lines
234 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) |