1
0
mirror of https://github.com/openshift/image-registry.git synced 2026-02-05 18:45:15 +01:00
Files
Gladkov Alexey bac0e7989b Rewrite descriptor and digest cache
* Add a new caching subsystem;
* The descriptor cache is integrated with the digest cache;
* Descriptors have a TTL;

Signed-off-by: Gladkov Alexey <agladkov@redhat.com>
2018-01-03 14:45:50 +01:00

3 lines
94 B
Go

// Package cache provides facilities to speed up access to the storage backend.
package cache