PY-20537: Invalidate caches in "clearCaches", not "subtreeChanged"
"clearCaches" is the right place to invalidate caches because "subtreeChanged" is not always called: some times only "onContentChanged" called. Both methods call "clearCaches" though. "clearCaches" moved to interface level since it is part of public API now
Showing
+15 -4
Please register or sign in to comment