Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2026 v0.0.1 Feb 5, 2026 Changes in this version + func ListenAndServe(cfg *config.Config) error + func RunWithContext(ctx context.Context, opts *Options) error + type CacheServer interface + Config func() *config.Config + Shutdown func(timeout time.Duration) error + Start func() error + Stats func() map[string]interface{} + func New(opts *Options) (CacheServer, error) + type Handler struct + type Options struct + AuthValidator userpass.AuthenticateFunc + Config *config.Config + Logger *logrus.Logger + OnBlobAccess func(digest string, size int64) + OnBlobDelete func(digest string)