Skip to content

v0.0.18

Compare
Choose a tag to compare
@rh-id rh-id released this 17 Mar 03:27
· 12 commits to master since this release

[Fix] lazyGet and tryLazyGet behaviour when registerFactory and registerPool

lazyGet and tryLazyGet should only call Provider.get once and cache it internally, when ProviderValue.get was called the second or more times it should return cached instance and not calling Provider.get again.