Invalidation Reason
An enumeration of reasons why a chunk might be invalidated.
Entries
Link copied to clipboard
Content copied to clipboard
The chunk is being invalidated to collect code coverage stats.
Link copied to clipboard
Content copied to clipboard
The chunk is being invalidated because a rarely-changing global variable that it is treating as effectively constant has changed.
Link copied to clipboard
Content copied to clipboard
The chunk is being invalidated because a method it depends on has changed.