()
| 16 | } |
| 17 | |
| 18 | func (b cacheInvalidatingFilesystemBackend) Name() string { |
| 19 | return b.backend.Name() |
| 20 | } |
| 21 | |
| 22 | func (b cacheInvalidatingFilesystemBackend) List(ctx context.Context, opts fstable.ListOpts) ([]fstable.Entry, string, error) { |
| 23 | return b.backend.List(ctx, opts) |