class ClearCacheController extends AbstractDeleteController

Properties

protected CacheClearCommand $command
protected AssetsPublishCommand $assetsPublishCommand

Methods

ResponseInterface
handle(ServerRequestInterface $request)

<p>{@inheritdoc}</p>

delete(ServerRequestInterface $request)

<p>Delete the resource.</p>

__construct(CacheClearCommand $command, AssetsPublishCommand $assetsPublishCommand)

No description

Details

ResponseInterface handle(ServerRequestInterface $request)

<p>{@inheritdoc}</p>

Parameters

ServerRequestInterface $request

Return Value

ResponseInterface

protected delete(ServerRequestInterface $request)

<p>Delete the resource.</p>

Parameters

ServerRequestInterface $request

__construct(CacheClearCommand $command, AssetsPublishCommand $assetsPublishCommand)

Parameters

CacheClearCommand $command
AssetsPublishCommand $assetsPublishCommand