(ctx context.Context, contentID blob.ID, threshold time.Duration)
| 28 | DeleteBlob(ctx context.Context, id blob.ID) error |
| 29 | ListBlobs(ctx context.Context, prefix blob.ID, callback func(blob.Metadata) error) error |
| 30 | TouchBlob(ctx context.Context, contentID blob.ID, threshold time.Duration) (time.Time, error) |
| 31 | } |
| 32 | |
| 33 | // filesystemImplWrapper is a wrapper around the filesystem.Storage that exposes the cache.Storage interface |
no outgoing calls