CachePolicy class

A cache policy.

When it’s attached to a cache behavior, the cache policy determines the following:

  • The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
  • The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
The headers, cookies, and query strings that are included in the cache key are automatically included in requests that CloudFront sends to the origin. CloudFront sends a request when it can’t find a valid object in its cache that matches the request’s cache key. If you want to send values to the origin but not include them in the cache key, use OriginRequestPolicy.

Constructors

CachePolicy({required CachePolicyConfig cachePolicyConfig, required String id, required DateTime lastModifiedTime})
CachePolicy.fromXml(XmlElement elem)
factory

Properties

cachePolicyConfig CachePolicyConfig
The cache policy configuration.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for the cache policy.
final
lastModifiedTime DateTime
The date and time when the cache policy was last modified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited