Clears the class storage and cache.
public function clear() { $this->storage = []; $this->allStorage = []; $this->fullyLoaded = FALSE; Cache::invalidateTags([ 'views_data', ]); }