protected property DrupalCacheArray::$keysToPersist in Drupal 7
An array of keys to add to the cache at the end of the request.
File
- includes/
bootstrap.inc, line 335 - Functions that need to be loaded on every Drupal request.
Class
- DrupalCacheArray
- Provides a caching wrapper to be used in place of large array structures.
Code
protected $keysToPersist = array();