An IUriResolver implementation that caches the URI resolution result. The URI resolution result can be a URI, IWrapPackage, Wrapper or Error. Errors are not cached by default and can be cached by setting the cacheErrors option to true. The ResolutionResultCacheResolver wraps an IUriResolver implementation and delegates resolution to it.

Type Parameters

  • TError

Hierarchy

  • ResolutionResultCacheResolver

Implements

Constructors

Properties

Methods

Constructors

Properties

_cache: IResolutionResultCache<TError>

a resolution result cache

_innerResolver: IUriResolver<TError>

a resolver to delegate resolution to

_options: {
    cacheErrors: boolean;
} = ...

Type declaration

  • cacheErrors: boolean

Methods

Generated using TypeDoc