Elgg
Version 6.0
|
Handles caching of views in the system cache. More...
Public Member Functions | |
__construct (protected ViewsService $views, protected 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 | ( | protected ViewsService | $views, |
protected Config | $config | ||
) |
Constructor.
ViewsService | $views | Views |
Config | $config | Config |
Definition at line 20 of file ViewCacher.php.
Elgg\Cache\ViewCacher::registerCoreViews | ( | ) |
Discover the core views if the system cache did not load.
Definition at line 28 of file ViewCacher.php.