The document discusses patterns and techniques for using Coherence cache with a database backend. It describes the benefits of using a read-write-backing map, which separates caching from database operations and allows write-behind for better performance. It also discusses challenges like slower database operations and ensuring data persistence. The document provides tips on using BinaryEntryStore as an alternative to CacheLoader/CacheStore, and when storeAll operations are called. It explains how to preload data and check for stored operations. Overall, it provides guidance on optimizing Coherence cache performance when backed by a database.