Initialises a new instance of the CachingFilePathResolver class.
public CachingFilePathResolver(IFilePathResolver inner, IMemoryCache cache, CachingFilePathResolverOptions? options = null)
The resolver delegated to on a cache miss. Must use PATH-first resolution.
The shared memory cache (typically registered as a Singleton).
Optional caching options; defaults to Default.