An IUriResolver implementation that caches wrappers once they are resolved. As it is a wrapper cache resolver, URI and package caching is outside of the scope for this resolver and can be achieved through other resolvers if necessary. The WrapperCacheResolver wraps an IUriResolver implementation and delegates resolution to it.

Type Parameters

  • TError

Hierarchy

  • WrapperCacheResolver

Implements

Constructors

Properties

Methods

Constructors

Properties

a wrapper cache

_innerResolver: IUriResolver<TError>

a resolver to delegate resolution to

Methods

Generated using TypeDoc