\Ceo\View\MiddlewareCacheMiddleware

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.

Summary

Methods
Properties
Constants
register()
afterRender()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

register()

register() 

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

afterRender()

afterRender(\Phalcon\Events\Event  $event,   $view) 

Parameters

\Phalcon\Events\Event $event
$view