kBookDocumentSchemaVersion top-level constant

int const kBookDocumentSchemaVersion

The version of the encoded shape. Written into every encoded document and block, and checked on decode.

This describes the shape of the model, not a cache policy: a consumer stores it beside its own cache version and treats a mismatch in either as a miss.

Implementation

const int kBookDocumentSchemaVersion = 1;