diff --git a/doc/source/arch_cachekeys.rst b/doc/source/arch_cachekeys.rst index cba7d4bd5844f155c340aeb1914b5bdcbf6ed5cb..8e74a37f9899df561cfb7c8f266c372fa0a5edea 100644 --- a/doc/source/arch_cachekeys.rst +++ b/doc/source/arch_cachekeys.rst @@ -13,11 +13,11 @@ Structure Cache keys are SHA256 hash values generated from a UTF-8 JSON document that includes: -* Environment (e.g., project configuration and variables) -* Element configuration (details depend on element kind, ``Element.get_unique_key()``) -* Sources (``Source.get_unique_key()``) -* Dependencies (depending on cache key type, see below) -* Public data +* Environment (e.g., project configuration and variables). +* Element configuration (details depend on element kind, ``Element.get_unique_key()``). +* Sources (``Source.get_unique_key()``). +* Dependencies (depending on cache key type, see below). +* Public data. Cache key types ---------------