TTL - Definição do Glossário de CI/CD
TTL (Time To Live) é o tempo de vida atribuído a um valor em cache, registro de DNS ou token antes de expirar e precisar ser revalidado; ajustá-lo troca atualidade por carga - e expirações sincronizadas podem disparar um thundering herd.
Guias relacionados
Cache Eviction - CI/CD Glossary DefinitionCache eviction removes entries to make room when a cache is full, using a policy like LRU. Aggressive evictio…
Cache Stampede - CI/CD Glossary DefinitionA cache stampede is many requests all missing the same expired cache key at once and racing to recompute it,…
Cache Key - CI/CD Glossary DefinitionA cache key is the identifier a value is stored and looked up under. In CI a key hashed from lockfiles and OS…