| 161 | } |
| 162 | |
| 163 | type cacheExpiryDurationOption struct { |
| 164 | duration time.Duration |
| 165 | } |
| 166 | |
| 167 | func (o *cacheExpiryDurationOption) ApplyToReader(r *Reader) { |
| 168 | r.cacheExpiryDuration = o.duration |
nothing calls this directly
no outgoing calls
no test coverage detected