コード例 #1
0
 public override void ApplyHotConfiguration(string cacheId, HotConfig hotConfig)
 {
     if (cacheInfo != null)
     {
         InstrumentCache cache = cacheInfo.Cache;
         if (cache != null)
         {
             cache.ApplyHotConfiguration(hotConfig);
         }
     }
 }