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_services()
Definition: autoloader.php:14
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
system_message($message)
Display a system message on next page load.
Definition: elgglib.php:442
const REFERER
Definition: elgglib.php:1995
forward($location="", $reason='system')
Forward to $location.
Definition: elgglib.php:80
elgg_echo($message_key, $args=array(), $language="")
Given a message key, returns an appropriately translated full-text string.
Definition: languages.php:21