Manual:$wgChronologyProtectorStash

From mediawiki.org
This page is a translated version of the page Manual:$wgChronologyProtectorStash and the translation is 78% complete.
キャッシュ: $wgChronologyProtectorStash
ChronologyProtector ポジション ストアのオブジェクト ストアの種類。
導入されたバージョン:1.36.0 (Gerrit change 664415; git #bd7cf4dc)
除去されたバージョン:使用中
許容される値:(文字列) または null
既定値:null

詳細

ChronologyProtector ポジション ストアのオブジェクト ストアの種類です。

これは軽量なエフェメラル データに最適化された高速なストレージ システムでなければなりません。 データセット アクセス範囲には、ローカル データセンター内のすべてのアプリケーション サーバーを含める必要があります。 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