Elgg  Version 1.11
flush_cache.php
Go to the documentation of this file.
1 <?php
8 _elgg_services()->autoloadManager->deleteCache();
9 
10 system_message(elgg_echo('admin:cache:flushed'));
elgg_reset_system_cache()
Reset the system cache by deleting the caches.
Definition: cache.php:29
elgg_invalidate_simplecache()
Deletes all cached views in the simplecache and sets the lastcache and lastupdate time to 0 for every...
Definition: cache.php:220
elgg forward
Meant to mimic the php forward() function by simply redirecting the user to another page...
Definition: elgglib.js:419
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:1995
_elgg_services()
Definition: autoloader.php:14
elgg system_message
Wrapper function for system_messages.
Definition: elgglib.js:374