1 개요
- 미디어위키 $wgMemc
- 메인 캐시에 접근하기 위한 미디어위키 전역변수
- 미디어위키 Setup.php에서 설정됨
PHP
Copy
$wgMemc = wfGetMainCache();
PHP
Copy
function wfGetMainCache() {
global $wgMainCacheType;
return ObjectCache::getInstance( $wgMainCacheType );
}
2 같이 보기
3 참고 자료
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.