invalidateAssetCache abstract method
Invalidates any cached information for the given asset.
This should be called when an asset has been modified to ensure that subsequent resolutions use the updated content.
@param src The asset to invalidate from caches
Implementation
void invalidateAssetCache(Asset src);