using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Cache.Entity { public enum KeysEnum { MainView=1, QgcView=2, DfcView=3, GpcView=4, LotteryList=5 } }