Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw committed Sep 12, 2023
1 parent 93a067a commit a8f2b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cache/auto_refresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ const (

// The item returned has been updated and should be updated in the cache
Update

// The item should be removed from the cache
Delete
)

// SyncFunc func type. Your implementation of this function for your cache instance is responsible for returning
Expand Down
3 changes: 3 additions & 0 deletions utils/auto_refresh_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const (

// The item returned has been updated and should be updated in the cache
Update

// The item should be removed from the cache
Delete
)

// CacheSyncItem is a func type. Your implementation of this function for your cache instance is responsible for returning
Expand Down

0 comments on commit a8f2b07

Please sign in to comment.