代码管理/WMS/WIDESEA_WMSServer/WIDESEA_Core/Caches/MemoryCacheService.cs @@ -79,8 +79,15 @@ public string Get(string key) { try { return _cache.Get(key)?.ToString(); } catch { return string.Empty; } } public bool Remove(string key) {