class CacheMiddleware extends Module

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.

Methods

register()

Handles it's own register function because it must be called last.

afterRender(Event $event, $view)

No description

Details

at line 17
register()

Handles it's own register function because it must be called last.

at line 28
afterRender(Event $event, $view)

Parameters

Event $event
$view