| 10 | ) |
| 11 | |
| 12 | type cacheInvalidatingFilesystemBackend struct { |
| 13 | name string |
| 14 | backend fstable.Backend |
| 15 | cache ResponseCacheProvider |
| 16 | } |
| 17 | |
| 18 | func (b cacheInvalidatingFilesystemBackend) Name() string { |
| 19 | return b.backend.Name() |
nothing calls this directly
no outgoing calls
no test coverage detected