Sha256: f7437ce51db5cbe4b1de28f1f2bc278cb2e90341c55606ad9bb731128257c987

Contents?: true

Size: 987 Bytes

Versions: 18

Compression:

Stored size: 987 Bytes

Contents

# Fastly::CacheSetting

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **action** | **String** | If set, will cause vcl_fetch to terminate after processing this rule with the return state specified. If not set, other configuration logic in vcl_fetch with a lower priority will run after this rule.  | [optional] |
| **cache_condition** | **String** | Name of the cache condition controlling when this configuration applies. | [optional] |
| **name** | **String** | Name for the cache settings object. | [optional] |
| **stale_ttl** | **String** | Maximum time in seconds to continue to use a stale version of the object if future requests to your backend server fail (also known as 'stale if error'). | [optional] |
| **ttl** | **String** | Maximum time to consider the object fresh in the cache (the cache 'time to live'). | [optional] |

[[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
fastly-9.0.0 docs/CacheSetting.md
fastly-8.10.0 docs/CacheSetting.md
fastly-8.9.0 docs/CacheSetting.md
fastly-8.8.0 docs/CacheSetting.md
fastly-8.7.0 docs/CacheSetting.md
fastly-8.6.0 docs/CacheSetting.md
fastly-8.5.0 docs/CacheSetting.md
fastly-8.4.0 docs/CacheSetting.md
fastly-8.2.0 docs/CacheSetting.md
fastly-8.1.0 docs/CacheSetting.md
fastly-8.0.1 docs/CacheSetting.md
fastly-8.0.0 docs/CacheSetting.md
fastly-7.2.2 docs/CacheSetting.md
fastly-7.2.1 docs/CacheSetting.md
fastly-7.2.0 docs/CacheSetting.md
fastly-7.1.1 docs/CacheSetting.md
fastly-7.1.0 docs/CacheSetting.md
fastly-7.0.0 docs/CacheSetting.md