Interface Yiisoft\HttpMiddleware\HttpCache\ETagProvider\ETagProviderInterface
| Implemented by | Yiisoft\ |
|---|
Obtains {@see ETag} for a given server request.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| get() | Returns an {@see ETag} instance for the given server request. | Yiisoft\ |
Method Details
Returns an {@see ETag} instance for the given server request.
| public abstract Yiisoft\ | ||
| $request | \ |
The server request for which to generate the ETag. |
| return | Yiisoft\ |
Instance of {@see \ |
|---|---|---|
public function get(ServerRequestInterface $request): ?ETag;
User Contributed Notes
Leave a comment
Join the conversation to share a note.