The new distributed cache for ClickHouse Cloud is a shared, low-latency layer that gives all compute nodes fast access to hot data. It solves the challenge of maintaining continuity of hot data in decoupled cloud databases and provides instant access to cached hot data across elastic, stateless compute nodes. The cache uses a network service that encapsulates the same caching logic as the local filesystem cache but makes it available to all compute nodes, bringing consistency, elasticity, and low latency to hot data. Benchmarks show that the distributed cache delivers SSD-grade performance in full-table scans and outperforms traditional setups by up to 4 times, with cold queries reaching sub-60 ms memory-speed latency without relying on local disks. The cache currently supports S3 and GCS and is now available in a private preview for early access and feedback.