Ups, i meant:
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
'VENDOR.' . $_EXTKEY,
'PluginName',
array(
'ControllerX' => 'list, show, new, ...',
'ControllerY' => 'list, show, new, ...',
),
// non-cacheable actions
array(
'ControllerX' => 'list, show, new, ...',
'ControllerY' => 'list, show, new, ...',
)
);