Elgg  Version 2.3
flush_cache.php
Go to the documentation of this file.
1 <?php
7 _elgg_services()->autoloadManager->deleteCache();
8 
9 system_message(elgg_echo('admin:cache:flushed'));
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
elgg forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
Definition: elgglib.js:425
const REFERER
Definition: elgglib.php:2123
_elgg_services(\Elgg\Di\ServiceProvider $services=null)
Get the global service provider.
Definition: autoloader.php:17
elgg system_message
Wrapper function for system_messages.
Definition: elgglib.js:390
elgg_flush_caches()
Flush all the registered caches.
Definition: cache.php:225