()
| 75 | } |
| 76 | |
| 77 | func (f *fileSystemCache) Close() error { |
| 78 | log.Debugf("cache %q: stopping", f.Name()) |
| 79 | close(f.stopCh) |
| 80 | f.wg.Wait() |
| 81 | log.Debugf("cache %q: stopped", f.Name()) |
| 82 | return nil |
| 83 | } |
| 84 | |
| 85 | func (f *fileSystemCache) Stats() Stats { |
| 86 | var s Stats |