invalidateAssetCache abstract method

void invalidateAssetCache(
  1. Asset src
)

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);