BitmovinApiSdk\Models\CacheControl
Synopsis
class CacheControl
extends ApiResource
{
- // members
- public string $cacheControl;
- // methods
- public void __construct()
- public $this cacheControl()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $cacheControl — string
Methods
public
- __construct()
- cacheControl() — Cache control for storing data on CDN. Example \"public, max-age=0, no-cache\".