Example #1
0
 public static void DeleteId()
 {
     CacheStorage.Delete("currentUserId");
 }
Example #2
0
 public static void DeleteName()
 {
     CacheStorage.Delete("currentUserName");
 }
 public static void DeleteLifeToken()
 {
     CacheStorage.Delete("lifeToken");
 }