Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CachingRuleCriteria

A caching rule criteria condition and value.

Enumerations

Properties

Functions

Properties

condition

condition: Condition

The condition of the caching rule criteria.

  • URL_IS: Matches if the concatenation of request URL path and query is identical to the contents of the {@code value} field.

  • URL_STARTS_WITH: Matches if the concatenation of request URL path and query starts with the contents of the {@code value} field.

  • URL_PART_ENDS_WITH: Matches if the concatenation of request URL path and query ends with the contents of the {@code value} field.

  • URL_PART_CONTAINS: Matches if the concatenation of request URL path and query contains the contents of the {@code value} field.

    URLs must start with a {@code /}. URLs can't contain restricted double slashes {@code //}. URLs can't contain the restricted {@code '} {@code &} {@code ?} symbols. Resources to cache can only be specified by a URL, any query parameters are ignored.

value

value: string

The value of the caching rule criteria.

Functions

getDeserializedJsonObj

getJsonObj