Ejemplo n.º 1
0
 public void ClearCache()
 {
     Cache.RemoveStartWith("CurrentUserId");
     Cache.RemoveStartWith("UserBasicInfo");
 }