Caches resolved instances so that subsequent resolutions immediately return the cached instance.
Methods
-
caching()
-
Search the Component#store for a cached instance of a previously resolved component. If one is found, it is resolved and the resolution is marked as done. Otherwise, the next resolvers are called, and when they complete, the resulting resolved instance is cached such that subsequent resolves will return this instance.