미디어위키 $wgMemc

Jmnote (토론 | 기여)님의 2015년 8월 16일 (일) 03:58 판 (Jmnote 사용자가 $wgMemc 문서를 미디어위키 $wgMemc 문서로 옮겼습니다)

1 개요

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

2 같이 보기

3 참고 자료

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