for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace dokuwiki\ParserMode;
class Nocache extends AbstractMode
{
/** @inheritdoc */
public function connectTo($mode)
$this->Lexer->addSpecialPattern('~~NOCACHE~~', $mode, 'nocache');
}
public function getSort()
return 40;