Elgg  Version 5.1
flush_cache.php
Go to the documentation of this file.
1 <?php
10 
11 return elgg_ok_response('', elgg_echo('admin:cache:flushed'));
elgg_ok_response($content= '', string|array $message= '', string $forward_url=null, int $status_code=ELGG_HTTP_OK)
Prepares a successful response to be returned by a page or an action handler.
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_invalidate_caches()
Invalidate all the registered caches.
Definition: cache.php:183
elgg_clear_caches()
Clear all the registered caches.
Definition: cache.php:198