validate method
Return true the client has valid data Not need sent data.
If valid return etag or last-modified
Implementation
ValidationResult validate(T? value) {
return revalidationMethod.validate(this, value);
}
Return true the client has valid data Not need sent data.
If valid return etag or last-modified
ValidationResult validate(T? value) {
return revalidationMethod.validate(this, value);
}