/*! * Dependencies */varStateMachine=require('./statemachine');varActiveRoster=StateMachine.ctor('require','modify','init','default','ignore');module.exports=exports=InternalCache;functionInternalCache(){this.strictMode=undefined;this.selected=undefined;this.shardval=undefined;this.saveError=undefined;this.validationError=undefined;this.adhocPaths=undefined;this.removing=undefined;this.inserting=undefined;this.version=undefined;this.getters={};this._id=undefined;this.populate=undefined;// what we want to populate in this docthis.populated=undefined;// the _ids that have been populatedthis.wasPopulated=false;// if this doc was the result of a populationthis.scope=undefined;this.activePaths=newActiveRoster;this.pathsToScopes={};// embedded docsthis.ownerDocument=undefined;this.fullPath=undefined;}