Files

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)