Alachisoft / NCache

NCache: Highly Scalable Distributed Cache for .NET
http://www.alachisoft.com
Apache License 2.0
647 stars 123 forks source link

Creating NCacheDistributedCache without using AddNCacheDistributedCache #66

Open bramve-fenetre opened 2 years ago

bramve-fenetre commented 2 years ago

Hello,

So in my project we are creating instances of the IDistributedCache interface ourselves without using the services object. However with NCache this currently doesn't seem possible without reflection as the NCacheDistributedCache class is not public.

Can this class please be made public so we can easily create an instance without using the service extension.

Thanks

Dan-Ahmed commented 2 years ago

@bramve-fenetre, I am going to need some more information in regards to this to help you. Can you please share a code snippet of the implementation that you're currently using and the one you require? I will share this with the engineering team so that they can review this on their end.