Values.CachePointBlockSourceDefines a section of content to be cached for reuse in subsequent API calls.
type nonrec t = {type_ : CachePointType.t;Specifies the type of cache point within the CachePointBlock.
*)ttl : CacheTTL.t option;Optional TTL duration for cache entries. When specified, enables extended TTL caching with the specified duration. When omitted, uses type value for caching behavior.
*)}