Values.CacheDetailSourceCache creation metrics for a specific TTL duration
type nonrec t = {ttl : CacheTTL.t option;TTL duration for these cached tokens
*)inputTokens : CacheDetailInputTokensInteger.t option;Number of tokens written to cache with this TTL (cache creation tokens)
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of CacheDetailInputTokensInteger.t ])
list ]