constant DRUSH_CACHE_PERMANENT
- 8.0.x includes/cache.inc DRUSH_CACHE_PERMANENT
- 6.x includes/cache.inc DRUSH_CACHE_PERMANENT
- 7.x includes/cache.inc DRUSH_CACHE_PERMANENT
- 5.x includes/cache.inc DRUSH_CACHE_PERMANENT
- master includes/cache.inc DRUSH_CACHE_PERMANENT
Indicates that the item should never be removed unless explicitly selected.
The item may be removed using cache_clear_all() with a cache ID.
File
- includes/
cache.inc, line 19 - Drush cache API
Code
define('DRUSH_CACHE_PERMANENT', )