(capacityBytes int64)
| 161 | } |
| 162 | |
| 163 | func (this *OpenFileCache) SetCapacity(capacityBytes int64) { |
| 164 | this.capacitySize = capacityBytes |
| 165 | } |
| 166 | |
| 167 | func (this *OpenFileCache) Debug() { |
| 168 | var ticker = time.NewTicker(5 * time.Second) |
no outgoing calls