golang.org/x/pkgsite/internal/middleware.cache.put (method)

3 uses

	golang.org/x/pkgsite/internal/middleware (current package)
		caching.go#L157: 			c.put(ctx, key, rec, ttl)
		caching.go#L159: 			go c.put(ctx, key, rec, ttl)
		caching.go#L192: func (c *cache) put(ctx context.Context, key string, rec *cacheRecorder, ttl time.Duration) {