cache[$view_id][$display_id])) { return FALSE; } else { return $this->cache[$view_id][$display_id]; } } /** * Rests the form cache. */ public function reset() { $this->cache = []; } }