private void processRecursively(@NotNull final VirtualFile vFile,
@NotNull final SandboxCache cache,
@NotNull final SandboxesToRefresh refresh) {
// todo collects parent of the project directory
final MksSandboxInfo owningSandbox = cache.getSandboxInfo(vFile);
if (owningSandbox != null) {
final Module module = ModuleUtil.findModuleForFile(vFile, myProject);
if (module == null) {
refresh.addNonRecursive(owningSandbox, vFile);