:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
[Description of the bug or feature]
多语言混合编程,.net6用EasyCaching读不了其他团队python写的缓存,
尝试了以下方法读取均为null
mcProxy.Get("key").Value;
mcProxy.Get<byte[]>("key").Value;
mcProxy.Get("key").Value;
mcProxy.Get
Description
[Description of the bug or feature] 多语言混合编程,.net6用EasyCaching读不了其他团队python写的缓存, 尝试了以下方法读取均为null mcProxy.Get("key").Value;
mcProxy.Get<byte[]>("key").Value;
mcProxy.Get("key").Value;
mcProxy.Get
Specifications