Beispiel #1
0
 private static void smethod_4(uint uint_0)
 {
     if (CacheEnabled)
     {
         responseCacheController_0.ClearCacheGroup(uint_0);
     }
 }
Beispiel #2
0
 public static void ClearCacheGroup(uint GroupId)
 {
     if (CacheEnabled)
     {
         responseCacheController_0.ClearCacheGroup(GroupId);
     }
 }
Beispiel #3
0
        public static void ClearCacheGroup(uint GroupId)
        {
            if (!CacheEnabled)
            {
                return;
            }

            mCacheController.ClearCacheGroup(GroupId);
        }