This commit is contained in:
parent
1de8e1b141
commit
26226eca28
|
@ -10,7 +10,7 @@ func lruCleanWork() {
|
|||
|
||||
}
|
||||
|
||||
func (lru *singleCache) lruSingleWork() interface{} {
|
||||
func (lru *SingleCache) lruSingleWork() interface{} {
|
||||
ctx := context.Background()
|
||||
for {
|
||||
workEvent := lru.lruConsumer.Receive(ctx)
|
||||
|
|
Loading…
Reference in New Issue