Final Class Yiisoft\HttpMiddleware\HttpCache\CacheControlProvider\ConstantCacheControlProvider
| Inheritance | Yiisoft\HttpMiddleware\HttpCache\CacheControlProvider\ConstantCacheControlProvider |
|---|---|
| Implements | Yiisoft\HttpMiddleware\HttpCache\CacheControlProvider\CacheControlProviderInterface |
Returns a predefined cache control header value regardless of request.
Public Methods
Constants
| Constant | Value | Description | Defined By |
|---|---|---|---|
| DEFAULT_VALUE | 'public, max-age=3600' | Yiisoft\HttpMiddleware\HttpCache\CacheControlProvider\ConstantCacheControlProvider |
Method Details
| public mixed __construct ( string $value = self::DEFAULT_VALUE ) | ||
| $value | string |
The cache control header value to return. |
public function __construct(
private readonly string $value = self::DEFAULT_VALUE,
) {
}
Signup or Login in order to comment.