Elgg  Version 1.12
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 forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
Definition: elgglib.js:408
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21
const REFERER
Definition: elgglib.php:2034
_elgg_services()
Definition: autoloader.php:14
elgg system_message
Wrapper function for system_messages.
Definition: elgglib.js:373
elgg_flush_caches()
Flush all the registered caches.
Definition: cache.php:230