mirror of
https://github.com/openshift/image-registry.git
synced 2026-02-05 18:45:15 +01:00
* 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>
3 lines
94 B
Go
3 lines
94 B
Go
// Package cache provides facilities to speed up access to the storage backend.
|
|
package cache
|