Package dtool.engine

Examples of dtool.engine.ModuleParseCache.discardWorkingCopy()


        clientModuleCache.setWorkingCopyAndGetParsedModule(inputPath, doc.get());
        // This operation actually runs with the client cache, not on engine server
        performLongRunningComputation_withUpdatedServerWorkingCopy();
      } finally {
        if(sourceModule.isWorkingCopy() == false) {
          clientModuleCache.discardWorkingCopy(inputPath);
        }
      }
    }
   
    @Override
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.