You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::CacheBehavior

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CacheBehavior as input to an Aws::Client method, you can use a vanilla Hash:

{
  behavior: "dont-cache", # accepts dont-cache, cache
}

Describes the default cache behavior of an Amazon Lightsail content delivery network (CDN) distribution.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#behaviorString

The cache behavior of the distribution.

The following cache behaviors can be specified:

  • cache - This option is best for static sites. When specified, your distribution caches and serves your entire website as static content. This behavior is ideal for websites with static content that doesn\'t change depending on who views it, or for websites that don\'t use cookies, headers, or query strings to personalize content.

  • dont-cache - This option is best for sites that serve a mix of static and dynamic content. When specified, your distribution caches and serve only the content that is specified in the distribution\'s CacheBehaviorPerPath parameter. This behavior is ideal for websites or web applications that use cookies, headers, and query strings to personalize content for individual users.

    Possible values:

    • dont-cache
    • cache

Returns:

  • (String)

    The cache behavior of the distribution.