Checks if the method supports cache strategies
bool isApplyCacheStrategy(String method) { return !_isMultipart(method) && !_isSse(method); }