Project

Profile

Help

Task #3699

Updated by bmbouter almost 6 years ago

If the ContentArtifact has <code>policy="on_demand"</code> then do the following: 

 After the streamer streams/downloads the content, an Artifact is created and associated with all ContentArtifact associated with the RemoteArtifact. Make sure right indexes exist to make this snappy. 


 If the ContentArtifact has <code>policy="cache_only"</code> <code>policy="cache"</code> then do not create or save anything.

Back