CleanChunksBySize will cleanup chunks after the total size passes a certain point
(maxSize int64)
| 91 | |
| 92 | // CleanChunksBySize will cleanup chunks after the total size passes a certain point |
| 93 | func (m *Memory) CleanChunksBySize(maxSize int64) { |
| 94 | // NOOP |
| 95 | } |