Craft\ImagerPlugin::registerCachePaths PHP Method

registerCachePaths() public method

Adds Imager paths to the list of things the Clear Caches tool can delete.
public registerCachePaths ( ) : array
return array
    public function registerCachePaths()
    {
        return array(craft()->imager->getSetting('imagerSystemPath') => Craft::t('Imager image transform cache'), craft()->path->getRuntimePath() . 'imager/' => Craft::t('Imager remote images cache'));
    }