behavior property

BehaviorEnum? behavior
final

The cache behavior for the specified path.

You can specify one of the following per-path cache behaviors:

  • cache - This behavior caches the specified path.
  • dont-cache - This behavior doesn't cache the specified path.

Implementation

final BehaviorEnum? behavior;