-
-
Notifications
You must be signed in to change notification settings - Fork 490
Description
Can you expose the WebHelper class publicly in the package?
It would be useful, because currently, you allow us to write our own extensions of the BaseCacheManager; however, if we want to improve the webHelper to handle more status codes (for instance), then we have to overwrite every function that uses the webHelper object if we want to customize it. If we had access to the WebHelper class, we could not only write a custom CacheManager, but also a custom WebHelper that contains our own business logic.
Alternatively, there may be a shorter way to customize this that I am missing, and I am willing to admit that. If there is, could you point us to the methodology for doing this, that does not require a complete rewrite of every function in my custom CacheManager?
Thanks