Manual:$wgExtensionInfoMTime/ja

Category:MediaWiki configuration settings/ja#ExtensionInfoMTimeCategory:MediaWiki configuration settings introduced in version 1.25.0/ja#ExtensionInfoMTimeCategory:MediaWiki configuration settings still in use/ja#ExtensionInfoMTimeCategory:Cache variables/ja#ExtensionInfoMTime
キャッシュ: $wgExtensionInfoMTime
拡張機能登録システムが読み込んだ拡張機能のキャッシュを無効にするまでの時間。
導入されたバージョン:1.25.0 (Gerrit change 166705; git #I7074b65)
除去されたバージョン:使用中
許容される値:(整数) または false
既定値:false

詳細

When loading extensions through the extension registration system, this can be used to invalidate the cache. A good idea would be to set this to one file, you can just `touch` that one to invalidate the cache.

例:

$wgExtensionInfoMTime = filemtime( "$IP/LocalSettings.php" );

If set to false, the mtime for each individual JSON file will be checked, which can be slow if a large number of extensions are being loaded.

Category:Cache variables/ja Category:MediaWiki configuration settings/ja Category:MediaWiki configuration settings introduced in version 1.25.0/ja Category:MediaWiki configuration settings still in use/ja