미디어위키 $wgMemc

Jmnote (토론 | 기여)님의 2016년 2월 9일 (화) 19:56 판 (→‎같이 보기)

1 개요

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

2 같이 보기

3 참고 자료