CACHE_PERMANENT
в includes/bootstrap.inc
Indicates that the item should never be removed unless explicitly told to
using cache_clear_all()
with a cache ID.
<?php
define('CACHE_PERMANENT', 0);
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии