I have a hand created feature layer. I pass in the json object to the constructor, and all seems to work well. However, when I do certain things, like editing an existing graphic, I get this error (even though the edit goes through): [object Object] has no method 'setDisableClientCaching'.
Does this have to do with the fact that my feature layer resides on the client or is it something else? Is there a way to fix this?