미디어위키 $wgMemc

Jmnote bot (토론 | 기여)님의 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 }}