Example #1
0
 /// <summary>
 /// Clears the SSO cache.
 /// </summary>
 public static void ClearSSOCache()
 {
     CacheUtils.ClearCache(CacheHelper.BuildCacheKey("Applications"));
     CacheUtils.ClearCache(CacheHelper.BuildCacheKey("Roles"));
 }