Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Sovietaced committed Oct 5, 2024
1 parent 6a1e106 commit f6c93f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flytestdlib/cache/in_memory_auto_refresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"sync"
"time"


lru "github.com/hashicorp/golang-lru"
"github.com/prometheus/client_golang/prometheus"
"k8s.io/client-go/util/workqueue"
Expand Down Expand Up @@ -78,7 +77,7 @@ func defaultOptions() *Options {
// Option for the KeyfuncProvider
type Option func(*Options)

// InMemoryAutoRefresh is an in-memory implementation of the AutoRefresh interaface. It is a thread-safe general
// InMemoryAutoRefresh is an in-memory implementation of the AutoRefresh interface. It is a thread-safe general
// purpose auto-refresh cache that watches for updates asynchronously for the keys after they are added to
// the cache. An item can be inserted only once.
//
Expand Down

0 comments on commit f6c93f4

Please sign in to comment.