Generate a path from origin to destination, based on the passed opts. Caches the path in the configured cache (or MemoryCache by default) with the provided key. Returns the generated path (or the cached version, if it exists).
origin
destination
opts
Optional
Generated using TypeDoc
Generate a path from
origin
todestination
, based on the passedopts
. Caches the path in the configured cache (or MemoryCache by default) with the provided key. Returns the generated path (or the cached version, if it exists).