"미디어위키 $wgMemc"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
21번째 줄: 21번째 줄:
*[[미디어위키 전역변수]]
*[[미디어위키 전역변수]]


==참고 자료==
==참고==
*https://www.mediawiki.org/wiki/Manual:$wgMemc
*https://www.mediawiki.org/wiki/Manual:$wgMemc


[[분류: 미디어위키]]
[[분류: 미디어위키]]

2017년 7월 14일 (금) 03:52 판

1 개요

미디어위키 $wgMemc
$wgMemc = wfGetMainCache();
function wfGetMainCache() {
	global $wgMainCacheType;
	return ObjectCache::getInstance( $wgMainCacheType );
}

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}