distribution/registry/handlers
Stephen J Day 44b14ceadc Integrate layer info cache with registry and storage
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>
2015-04-02 20:15:16 -07:00
..
api_test.go digest: Minor refactoring 2015-03-10 16:44:19 -07:00
app.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00
app_test.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00
basicauth.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
basicauth_prego14.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
context.go Implement immutable manifest reference support 2015-03-04 21:40:55 -08:00
helpers.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
hmac.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
hmac_test.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
images.go Implement immutable manifest reference support 2015-03-04 21:40:55 -08:00
layer.go Refactor Layer interface to return a Handler 2015-03-12 21:59:07 -07:00
layerupload.go Implement immutable manifest reference support 2015-03-04 21:40:55 -08:00
tags.go Add error return to Repository method on Registry 2015-02-13 16:27:33 -08:00