Manual:$wgMainStash/pl

Category:MediaWiki configuration settings/pl#MainStashCategory:MediaWiki configuration settings introduced in version 1.26.0/pl#MainStashCategory:MediaWiki configuration settings still in use/pl#MainStashCategory:Cache variables/pl#MainStash
Cache: $wgMainStash
Replicated object cache setting
Wprowadzono w wersji:1.26.0 (Gerrit change 207718; git #793d0140)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:One of the CACHE constants (see $wgMainCacheType )
Domyślna wartość:CACHE_DB (1.42+)
'db-replicated' (1.26-1.41)

Szczegóły

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 $wgMainCacheType, which should be a fast and local-only cache. Ideally, a better effort should be made to reduce evictions are data loss during power outages that main cache stores (e.g. redis with disk-persistence enabled and allkeys-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.

Category:Cache variables/pl Category:MediaWiki configuration settings/pl Category:MediaWiki configuration settings introduced in version 1.26.0/pl Category:MediaWiki configuration settings still in use/pl