此篇是我记录代码的一个草稿,不是一篇正式的博文,误点的别介意啊. 公司的框架中Cache实现文件: (1)CacheUtil.cs using System.Collections.Generic; using System.Linq; using Modules; using ORM; namespace Console { public static class CacheUtil { private const string LoginUserKey = "CacheKey-LoginUs…