Manual:$wgChronologyProtectorStash/pl

This page is a translated version of the page Manual:$wgChronologyProtectorStash and the translation is 11% complete.
Cache: $wgChronologyProtectorStash
The object store type of the ChronologyProtector position store.
Wprowadzono w wersji:1.36.0 (Gerrit change 664415; git #bd7cf4dc)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(string) or null
Domyślna wartość:null

Szczegóły

The object store type of the ChronologyProtector position store.

This should be a fast storage system optimized for lightweight ephemeral data. The dataset access scope should include all application servers in the local datacenter. A set of single-key operations should maintain "best effort" linearizability (e.g. they observe linearizability unless connectivity/latency/disk problems arise).

Valid options are the keys of $wgObjectCaches , e.g. CACHE_* constants.

See also