Skip to content

Commit

Permalink
feat(pkg/cache): update Expire func sign
Browse files Browse the repository at this point in the history
  • Loading branch information
amazing-gao committed Apr 16, 2024
1 parent 5019365 commit ec1bd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type (
Get(context.Context, string, interface{}) error
Set(context.Context, string, interface{}, time.Duration) error
Clear(context.Context, string) error
Expire(context.Context, string) error
Expire(context.Context, string, time.Duration) error
}
)

Expand Down

0 comments on commit ec1bd2d

Please sign in to comment.