You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the app, I notice that the constructor is called twice - one with 'configOption' and another with null/empty configOption. If I replace the 'fluentProvider' in CacheableServiceClient with 'injectable', the app starts up fine.
Could I get suggestions/references on how to selectivley apply cross-cutting decorators?
The text was updated successfully, but these errors were encountered:
Base Class:
introduced another abstract base class for adding 'caching' decorator:
In implementations where I want to cache, I am extending them to the 'Cacheable' base class.
When I run the app, I notice that the constructor is called twice - one with 'configOption' and another with null/empty configOption. If I replace the 'fluentProvider' in CacheableServiceClient with 'injectable', the app starts up fine.
Could I get suggestions/references on how to selectivley apply
cross-cutting
decorators?The text was updated successfully, but these errors were encountered: