Manual:$wgChronologyProtectorStash
この機能は、バージョン 1.43.0 で完全に除去されました。 |
キャッシュ: $wgChronologyProtectorStash | |
---|---|
ChronologyProtector ポジション ストアのオブジェクト ストアの種類。 |
|
導入されたバージョン: | 1.36.0 (Gerrit change 664415; git #bd7cf4dc) |
除去されたバージョン: | 1.43.0 (Gerrit change 1075647; git #b18121d9) |
許容される値: | (文字列) または 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.