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