예제 #1
0
 public static void InvalidateUserCache(string aspNetName)
 {
     CacheService.Invalidate(USER_CACHE_KEY_PREFIX + aspNetName);
 }