Function __global->erase_persistent_cache
Definitions
sources/caches.php
- Remove all data from the persistent cache and static cache.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Preview
Code (PHP)
/**
* Remove all data from the persistent cache and static cache.
*
*/
function erase_persistent_cache()
* Remove all data from the persistent cache and static cache.
*
*/
function erase_persistent_cache()

