미디어위키 $wgMemc

1 개요[ | ]

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

2 같이 보기[ | ]

3 참고[ | ]

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