44b14ceadc
This changeset integrates the layer info cache with the registry webapp and storage backend. The main benefit is to cache immutable layer meta data, reducing backend roundtrips. The cache can be configured to use either redis or an inmemory cache. This provides massive performance benefits for HEAD http checks on layer blobs and manifest verification. Signed-off-by: Stephen J Day <stephen.day@docker.com>
3 lines
115 B
Go
3 lines
115 B
Go
// Package registry is a placeholder package for registry interface
|
|
// definitions and utilities.
|
|
package registry
|