Craft\MinimeePlugin::registerCachePaths PHP Method

registerCachePaths() public method

Register our cache path that can then be deleted from CP
public registerCachePaths ( )
    public function registerCachePaths()
    {
        if (minimee()->service->settings->useResourceCache()) {
            return array(minimee()->service->makePathToStorageFolder() => Craft::t('Minimee caches'));
        } else {
            return array();
        }
    }