Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
wubin1989 committed Dec 5, 2024
1 parent b6b59f0 commit e8c832b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framework/database/cacheradapter.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"github.com/unionj-cloud/toolkit/caches"
"github.com/unionj-cloud/toolkit/gocache/lib/cache"
"github.com/unionj-cloud/toolkit/gocache/lib/store"
"github.com/unionj-cloud/toolkit/zlogger"
)

var _ caches.Cacher = (*CacherAdapter)(nil)
Expand All @@ -29,7 +28,6 @@ func (c *CacherAdapter) Get(key string) *caches.Query {
result := new(caches.Query)
_, err := c.marshaler.Get(context.Background(), key, result)
if err != nil {
zlogger.Err(err).Msg(err.Error())
return nil
}
return result
Expand Down

0 comments on commit e8c832b

Please sign in to comment.