This is the complete list of members for BacklinkCache, including all inherited members.
$db | BacklinkCache | protected |
$fullResultCache | BacklinkCache | protected |
$instance | BacklinkCache | protectedstatic |
$page | BacklinkCache | protected |
$partitionCache | BacklinkCache | protected |
$wanCache | BacklinkCache | protected |
__construct(WANObjectCache $wanCache, PageReference $page) | BacklinkCache | |
clear() | BacklinkCache | |
get(PageReference $page) | BacklinkCache | static |
getCascadeProtectedLinkPages() | BacklinkCache | |
getCascadeProtectedLinks() | BacklinkCache | |
getConditions( $table) | BacklinkCache | protected |
getDB() | BacklinkCache | protected |
getLinkPages(string $table, $startId=false, $endId=false, $max=INF) | BacklinkCache | |
getLinks( $table, $startId=false, $endId=false, $max=INF) | BacklinkCache | |
getNumLinks( $table, $max=INF) | BacklinkCache | |
getPage() | BacklinkCache | |
getPrefix( $table) | BacklinkCache | protected |
hasLinks( $table) | BacklinkCache | |
partition( $table, $batchSize) | BacklinkCache | |
partitionResult( $res, $batchSize, $isComplete=true) | BacklinkCache | protected |
queryLinks( $table, $startId, $endId, $max, $select='all') | BacklinkCache | protected |
setDB( $db) | BacklinkCache | |