using System.Web.Caching; namespace DeviceRepair.Api { public static class Runtime { public static Cache @Cachce = new Cache(); } }