protected property DrupalCacheArray::$keysToPersist

An array of keys to add to the cache at the end of the request.

File

drupal-7.x/includes/bootstrap.inc, line 321
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();