-
Jonathan Hefner authored
This adds a cache optimization such that expired and version-mismatched cache entries can be detected without deserializing their values. This optimization is enabled when using cache format version >= 7.1 or a custom serializer. Co-authored-by:
Jean Boussier <jean.boussier@gmail.com>
Jonathan Hefner authoredThis adds a cache optimization such that expired and version-mismatched cache entries can be detected without deserializing their values. This optimization is enabled when using cache format version >= 7.1 or a custom serializer. Co-authored-by:
Jean Boussier <jean.boussier@gmail.com>
Loading