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

잔글 (Jmnote 사용자가 $wgMemc 문서를 미디어위키 $wgMemc 문서로 옮겼습니다)
6번째 줄: 6번째 줄:
$wgMemc = wfGetMainCache();
$wgMemc = wfGetMainCache();
</source>
</source>
*[[Manual:GlobalFunctions.php]]에서 정의됨
*[[미디어위키 GlobalFunctions.php]]정의됨
<source lang='php'>
<source lang='php'>
function wfGetMainCache() {
function wfGetMainCache() {

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 }}