BcCacheDispatcher
in package
implements
MiddlewareInterface
Class BcCacheDispatcher
Interfaces, Classes, Traits and Enums
- MiddlewareInterface
Table of Contents
- $priority : int
- Default priority for all methods in this filter This filter should run before the request gets parsed by router
- process() : ResponseInterface
- Process
Properties
$priority
Default priority for all methods in this filter This filter should run before the request gets parsed by router
public
int
$priority
= 5
Methods
process()
Process
public
process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
- $request : ServerRequestInterface
- $handler : RequestHandlerInterface