Changes

Jump to navigation Jump to search
Line 536: Line 536:  
Typically you'll invalidate a specific asset key:
 
Typically you'll invalidate a specific asset key:
 
<source lang="c#">
 
<source lang="c#">
helper.Content.InvalidateCache("Data\ObjectInformation.xnb", ContentSource.GameContent); // path separators and capitalisation don't matter
+
helper.Content.InvalidateCache("Data\ObjectInformation.xnb"); // path separators and capitalisation don't matter
 
</source>
 
</source>
  
translators
8,438

edits

Navigation menu