CacheMiddleware
extends Module
in package
CacheMiddleware does the actual static template cache call for a given URI. It does not check to see if an item can be cached, but leaves that up to the caching service.
Table of Contents
- afterRender() : mixed
- register() : mixed
- Handles it's own register function because it must be called last.
Methods
afterRender()
public
afterRender(Event $event, mixed $view) : mixed
Parameters
- $event : Event
- $view : mixed
Return values
mixed —register()
Handles it's own register function because it must be called last.
public
register() : mixed