Destructs the CacheArray object.
Overrides CacheArray::__destruct
public function __destruct() { // Do nothing to avoid segmentation faults. This can be restored after the // cache collector from http://drupal.org/node/1786490 is used. }