Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for p1Usage (0.07 sec)

  1. pkg/cache/ttlCache.go

    // SetWithExpiration function instead.
    //
    // evictionInterval specifies the frequency at which eviction activities take
    // place. This should likely be >= 1 second.
    //
    // Since TTL caches only evict data based on the passage of time, it's possible to
    // use up all available memory by continuing to add entries to the cache with a
    // long enough expiration time. Don't do that.
    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