Go to the documentation of this file.
61 public const CONSTRUCTOR_OPTIONS = [
63 'DefaultExternalStore',
65 'RevisionCacheExpiry',
101 $lb = $this->lbFactory->getMainLB( $dbDomain );
104 $this->extStoreAccess,
109 $store->setCompressBlobs( $this->options->get(
'CompressRevisions' ) );
110 $store->setCacheExpiry( $this->options->get(
'RevisionCacheExpiry' ) );
111 $store->setUseExternalStore( $this->options->get(
'DefaultExternalStore' ) !== false );
113 if ( $this->options->get(
'LegacyEncoding' ) ) {
114 $store->setLegacyEncoding( $this->options->get(
'LegacyEncoding' ) );
Key/value blob storage for a collection of storage medium types (e.g.
Multi-datacenter aware caching interface.