Cache: $wgMainStash | |
---|---|
Replicated object cache setting |
|
Introduced in version: | 1.26.0 (Gerrit change 207718; git #793d0140) |
Removed in version: | still in use |
Allowed values: | One of the CACHE constants (see $wgMainCacheType ) |
Default value: | 'db-replicated' |
Other settings: Alphabetical | By function |
Details
This setting controls the cache used by methods that store temporary values that need to be seen in all datacenters.
This is not true of $wgMainCacheTypeallkeys-lru
).
Nevertheless, the store does not need to be a robust ACID compliant database, it should merely be a fast, memory-based, store that replicates data to all sites.
A modest amount of eviction or lost data (such as on fail-over) can be tolerated.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.