46 private $extStoreAccess;
76 $this->lbFactory = $lbFactory;
77 $this->extStoreAccess = $extStoreAccess;
79 $this->options = $options;
101 $lb = $this->lbFactory->getMainLB( $dbDomain );
104 $this->extStoreAccess,
111 $store->setUseExternalStore(
This is the main interface for fetching or inserting objects with ExternalStore.
A class containing constants representing the names of configuration variables.
const RevisionCacheExpiry
Name constant for the RevisionCacheExpiry setting, for use with Config::get()
const LegacyEncoding
Name constant for the LegacyEncoding setting, for use with Config::get()
const DefaultExternalStore
Name constant for the DefaultExternalStore setting, for use with Config::get()
const CompressRevisions
Name constant for the CompressRevisions setting, for use with Config::get()
Multi-datacenter aware caching interface.