Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stopEvicter (0.17 sec)

  1. pkg/cache/ttlCache.go

    	// 32bit architectures. See also: https://golang.org/pkg/sync/atomic/#pkg-note-BUG
    	baseTimeNanos     int64
    	entries           sync.Map
    	stats             Stats
    	defaultExpiration time.Duration
    	stopEvicter       chan bool
    	evicterTerminated sync.WaitGroup // used by unit tests to verify the finalizer ran
    	callback          EvictionCallback
    }
    
    // A single cache entry. This is the values we use in our storage map
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.8K bytes
    - Viewed (0)
Back to top