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

18번째 줄: 18번째 줄:
*[[미디어위키 ObjectCache.php]]
*[[미디어위키 ObjectCache.php]]
*[[미디어위키 Setup.php]]
*[[미디어위키 Setup.php]]
*[[미디어위키 GlobalFunctions.php]]
*[[미디어위키 전역변수]]
*[[미디어위키 전역변수]]



2016년 2월 9일 (화) 19:56 판

1 개요

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

2 같이 보기

3 참고 자료

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