Elgg
Version 4.3
|
Handles caching of views in the system cache. More...
Public Member Functions | |
__construct (ViewsService $views, Config $config) | |
Constructor. More... | |
registerCoreViews () | |
Discover the core views if the system cache did not load. More... | |
Handles caching of views in the system cache.
Definition at line 12 of file ViewCacher.php.
Elgg\Cache\ViewCacher::__construct | ( | ViewsService | $views, |
Config | $config | ||
) |
Constructor.
ViewsService | $views | Views |
Config | $config | Config |
Definition at line 30 of file ViewCacher.php.
Elgg\Cache\ViewCacher::registerCoreViews | ( | ) |
Discover the core views if the system cache did not load.
Definition at line 40 of file ViewCacher.php.