isCacheable abstract method

bool isCacheable({
  1. required Uri uri,
})

Based on the uri passed in, decide whether this request is eligible for caching

Implementation

bool isCacheable({required Uri uri});