Cache Key - CI/CD用語集の定義
cache keyは、キャッシュが値を格納・取得する際に使う一意の識別子です。CIでは通常、lockfileやrunnerのOSといった入力のハッシュであり、広すぎるキーは誤ったデータを配信し、狭すぎるキーは決してヒットしません。
関連ガイド
Cache Eviction - CI/CD Glossary DefinitionCache eviction removes entries to make room when a cache is full, using a policy like LRU. Aggressive evictio…
TTL - CI/CD Glossary DefinitionTTL is how long a cached entry or DNS record stays valid before refresh. Too long serves stale data; too shor…
Content-Addressed Storage - CI/CD Glossary DefinitionContent-addressed storage names each blob by the hash of its contents, so identical data is stored once and r…