DistributionCacheBehavior

data class DistributionCacheBehavior(val behavior: String, val path: String)

Constructors

Link copied to clipboard
constructor(behavior: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The cache behavior for the specified path.

Link copied to clipboard

The path to a directory or file to cached, or not cache. Use an asterisk symbol to specify wildcard directories (path/to/assets/\*), and file types (\*.html, \*jpg, \*js). Directories and file paths are case-sensitive.