addLastModifiedToFileCacheKey

Enables adding a file's last modified timestamp to the memory cache key when loading an image from a file.

This allows subsequent requests that load the same file to miss the memory cache if the file has been updated. However, if the memory cache check occurs on the main thread (see ImageLoader.Builder.interceptorCoroutineContext) calling this will cause a strict mode violation.