CacheMiddleware
in package
implements
Middleware
FinalYes
Table of Contents
Interfaces
- Middleware
Properties
Methods
- __construct() : mixed
- execute() : File
- Executes this middle ware class.
Properties
$cache
private
CacheInterface
$cache
$logger
private
LoggerInterface
$logger
Methods
__construct()
public
__construct(CacheInterface $files, LoggerInterface $logger) : mixed
Parameters
- $files : CacheInterface
- $logger : LoggerInterface
execute()
Executes this middle ware class.
public
execute(Command $command, callable $next) : File
A middle ware class MUST return a File object or call the $next callable.
Parameters
- $command : Command
- $next : callable