fix(core): edge cache not clear when update or delete associated vertex by sunlujing · Pull Request #1780 · apache/hugegraph

added 3 commits

March 12, 2022 21:00
1. fix the bug when vertex updated, but the edge cache associated with that vertex was not updated. Here we simply clear all edge cache when  any vertex changes.
1.add two test case for the fixing
1. fix the bug when vertex updated, but the edge cache associated with that vertex was not updated. Here we simply clear all edge cache when  any vertex changes.

imbajin

javeme

format code using  hugegraph code style
format code using hugegraph code style

imbajin

@sunlujing

@imbajin imbajin changed the title Fix edge cache issue fix: edge cache not clear when update or delete associated vertex

Mar 14, 2022

@imbajin imbajin changed the title fix: edge cache not clear when update or delete associated vertex fix(core): edge cache not clear when update or delete associated vertex

Mar 14, 2022

imbajin

imbajin previously approved these changes Mar 14, 2022

javeme

javeme previously approved these changes Mar 14, 2022

@sunlujing