CACHE_TEMPORARY
Definition
Description
Indicates that the item should be removed at the next general cache wipe.
Code
<?php
define('CACHE_TEMPORARY', -1);
?> Indicates that the item should be removed at the next general cache wipe.
<?php
define('CACHE_TEMPORARY', -1);
?>