class ClearCacheController extends AbstractDeleteController

Properties

protected CacheClearCommand $command
protected AssetsPublishCommand $assetsPublishCommand

Methods

ResponseInterface
handle(ServerRequestInterface $request)

{@inheritdoc}

delete(ServerRequestInterface $request)

Delete the resource.

__construct(CacheClearCommand $command, AssetsPublishCommand $assetsPublishCommand)

No description

Details

ResponseInterface handle(ServerRequestInterface $request)

{@inheritdoc}

Parameters

ServerRequestInterface $request

Return Value

ResponseInterface

protected delete(ServerRequestInterface $request)

Delete the resource.

Parameters

ServerRequestInterface $request

__construct(CacheClearCommand $command, AssetsPublishCommand $assetsPublishCommand)

Parameters

CacheClearCommand $command
AssetsPublishCommand $assetsPublishCommand