Final Class Yiisoft\HttpMiddleware\HttpCache\ETagProvider\NullETagProvider
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Returns null ETag for all requests.
It can be used when ETag functionality is not required.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| get() | Yiisoft\ |
Method Details
| public ?\ | ||
| $request | \ |
|
public function get(ServerRequestInterface $request): ?ETag
{
return null;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.