CACHE_PERMANENT

in includes/bootstrap.inc

Indicates that the item should never be removed unless explicitly selected.

The item may be removed using cache_clear_all() with a cache ID.

<?php
define('CACHE_PERMANENT', 0);
?>