Exemplo n.º 1
0
 public static void DeleteId()
 {
     CacheStorage.Delete("currentUserId");
 }
Exemplo n.º 2
0
 public static void DeleteName()
 {
     CacheStorage.Delete("currentUserName");
 }
Exemplo n.º 3
0
 public static void DeleteLifeToken()
 {
     CacheStorage.Delete("lifeToken");
 }