Is there a way to place in the cache the IReadOnlyDataObject created by DataObjectFactory.ParseDataObject so it can be available for instantiating a DataStore object?
As far as I can tell from the documentation, instantiating a DataStore depends on the IReadOnlyDataObject being available in the cache. There doesn't seem to be a way of using a IReadOnlyDataObject created by code in any direct way.
Thanks,
Bernie