Creates a WrapperCacheResolver
a resolver to delegate resolution to
a wrapper cache
Private
_cachePrivate
_innerResolve a URI to a wrap package, a wrapper, or a URI. If successful, cache the result.
the URI to resolve
a CoreClient instance that may be used to invoke a wrapper that implements the UriResolver interface
the current URI resolution context
A Promise with a Result containing either a wrap package, a wrapper, or a URI if successful
Static
fromCreates a WrapperCacheResolver from a resolver-like object
a resolver-like item to delegate resolution to
a wrapper cache
a WrapperCacheResolver
Generated using TypeDoc
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.