reject method

void reject()

Force a re-download by treating this hit as a miss.

After rejection, the cache miss path runs (including CacheInterceptor.onMiss), and a fresh download is initiated.

Implementation

void reject() => _onReject();