()
| 253 | } |
| 254 | |
| 255 | func (p *CachePolicy) String() string { |
| 256 | return p.str |
| 257 | } |
| 258 | |
| 259 | // GetTTL returns the fixed/fallback component of the policy TTL (always non-nil; |
| 260 | // points to 0 when unset). Used for telemetry labels, which need a stable value |
no outgoing calls