예제 #1
0
 private function isCacheable(LinkTarget $title)
 {
     return $title->inNamespace(NS_TEMPLATE) || $title->inNamespace(NS_FILE);
 }