| 287 | } |
| 288 | |
| 289 | type cacheExpiryDurationOption struct { |
| 290 | duration time.Duration |
| 291 | } |
| 292 | |
| 293 | func (o *cacheExpiryDurationOption) ApplyToExecutor(r *Executor) { |
| 294 | r.CacheExpiryDuration = o.duration |
nothing calls this directly
no outgoing calls
no test coverage detected