Invalidate graph list cache (all schemas)
(&mut self)
| 129 | |
| 130 | /// Invalidate graph list cache (all schemas) |
| 131 | pub fn invalidate_graph_lists(&mut self) { |
| 132 | self.graphs_by_schema.clear(); |
| 133 | self.graphs_version = 0; |
| 134 | } |
| 135 | |
| 136 | /// Invalidate graph list cache for a specific schema |
| 137 | pub fn invalidate_graph_list_for_schema(&mut self, schema_name: &str) { |