Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- newtype HlsClientCache where
- HlsClientCache' { }
- pattern HlsClientCache_DISABLED :: HlsClientCache
- pattern HlsClientCache_ENABLED :: HlsClientCache
Documentation
newtype HlsClientCache Source #
Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled (ENABLED) and control caching in your video distribution set up. For example, use the Cache-Control http header.
pattern HlsClientCache_DISABLED :: HlsClientCache | |
pattern HlsClientCache_ENABLED :: HlsClientCache |