Jump to content

Manual:$wgCachePages/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgCachePages and the translation is 17% complete.
Cache: $wgCachePages
Allow client-side caching of pages
이 변수가 소개된 버전:1.1.0 이전
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(boolean)
기본값:true

상세

Allow client-side caching of pages. If $wgCachePages is true, MediaWiki will check the $_SERVER["HTTP_IF_MODIFIED_SINCE"] of the request and MediaWiki will respond with 304 Not Modified, if the page had not been modified since the last time it got requested.