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