public JsonResult DeleteCache(string id) { return(String.IsNullOrEmpty(id)?JSON(false):JSON(GeneralRepository.DeleteCache(id))); }