Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LENGTHENED (0.37 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/cache/expiring.go

    		return nil, false
    	}
    	return e.val, true
    }
    
    // Set sets a key/value/expiry entry in the map, overwriting any previous entry
    // with the same key. The entry expires at the given expiry time, but its TTL
    // may be lengthened or shortened by additional calls to Set(). Garbage
    // collection of expired entries occurs during calls to Set(), however calls to
    // Get() will not return expired entries that have not yet been garbage
    // collected.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 22 15:51:23 UTC 2023
    - 5.6K bytes
    - Viewed (0)
Back to top