62 'DefaultExternalStore',
64 'RevisionCacheExpiry',
100 $lb = $this->lbFactory->getMainLB( $dbDomain );
103 $this->extStoreAccess,
108 $store->setCompressBlobs( $this->options->get(
'CompressRevisions' ) );
109 $store->setCacheExpiry( $this->options->get(
'RevisionCacheExpiry' ) );
110 $store->setUseExternalStore( $this->options->get(
'DefaultExternalStore' ) !==
false );
112 if ( $this->options->get(
'LegacyEncoding' ) ) {
113 $store->setLegacyEncoding( $this->options->get(
'LegacyEncoding' ) );
Key/value blob storage for a collection of storage medium types (e.g.
Multi-datacenter aware caching interface.