Full ELMS Learning Network documentation
protected property DrupalCacheArray::$storage
- cis7 includes/bootstrap.inc DrupalCacheArray::storage
- cle7 includes/bootstrap.inc DrupalCacheArray::storage
- elmsmedia7 includes/bootstrap.inc DrupalCacheArray::storage
- icor7 includes/bootstrap.inc DrupalCacheArray::storage
- meedjum_blog7 includes/bootstrap.inc DrupalCacheArray::storage
- mooc7 includes/bootstrap.inc DrupalCacheArray::storage
Storage for the data itself.
File
- includes/
bootstrap.inc, line 326 - 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 $storage = array();