CACHE_PERMANENT
Definition
Description
Indicates that the item should never be removed unless explicitly told to using cache_clear_all() with a cache ID.
Code
<?php
define('CACHE_PERMANENT', 0);
?>
|
Ubercart API |
|
| Donate to Ubercart | ||
CACHE_PERMANENTDefinitionDescriptionIndicates that the item should never be removed unless explicitly told to using cache_clear_all() with a cache ID. Code |
|