this.credentials = cred;
this.objCacheMgr = new ObjCacheMgr(this, memCacheable);
this.sdbMgr = new SimpleDBService(this, cred);
this.ddbMgr = new DynamoDBService(this, cred);
this.s3Client = new AmazonS3Client(cred);
this.preStore1Registry = BuiltinFunc.clonePreStore1Registry();
this.preStore2Registry = BuiltinFunc.clonePreStore2Registry();
this.validationRegistry = BuiltinFunc.cloneValidationRegistry();
this.postLoadRegistry = BuiltinFunc.clonePostLoadRegistry();
}