class ClearCacheController extends AbstractDeleteController

Properties

protected CacheClearCommand $command

Methods

ResponseInterface
handle(ServerRequestInterface $request)

<p>{@inheritdoc}</p>

delete(ServerRequestInterface $request)

<p>Delete the resource.</p>

__construct(CacheClearCommand $command)

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)

Parameters

CacheClearCommand $command