cacheTtlInSeconds property

int? cacheTtlInSeconds
final

Specifies the time to live (TTL), in seconds, for cached responses. The higher the TTL, the longer the response is cached.

Implementation

final int? cacheTtlInSeconds;