crypto/internal/fips140cache.Cache.Get (method)

one use

	crypto/internal/fips140cache (current package)
		cache.go#L32: func (c *Cache[K, V]) Get(k *K, new func() (*V, error), check func(*V) bool) (*V, error) {