Michael Conrad

Results 145 comments of Michael Conrad

I cannot inherit from IDistributedCache, I would have to add a dependency to the Microsoft stuff to my Core package which is used everywhere... CacheManager is not always used in...

@Eneuman don't get me wrong, I like some your ideas and will work more on the samples if I find some time. I also hope my last answer made some...

@SuricateCan wow yeah this issue is pretty old. I never had the time or motivation to build anything on top of IDistributedCache. To be honest, the interface is so trivial...

Sure, I can add that. Nice job with the PR! I'll review it the next couple of days. Need to find some time ;)

I don't think it is a good idea to use `Thread.Sleep`. That would suspend the thread which might run many tasks in the host application and could cause even more...

I'm not sure if that's really necessary. You can easily craft prefixed cache keys yourself ;)

Yup I agree, would be nice to have. I'll keep it in mind

This might be something I'd consider in a future version, it would break the APIs though and would also require serialization on the key for distributed caches (which is why...

Yeah clear should just work. One key can currently only be on one region, but you can ofc add the key to multiple regions, would just be Add multiple calls...

Hi @Oleg26Dev, I have not worked with it. If you or someone actually work with that cache in production and wants to implement a CacheManager handle for it, go for...