1269
1270
"""See VersionedFiles.clear_cache()"""
1270
1271
self._group_cache.clear()
1271
1272
self._index._graph_index.clear_cache()
1273
1275
def _check_add(self, key, lines, random_id, check_content):
1274
1276
"""check that version_id and lines are safe to add."""