Exemplo n.º 1
0
 /// <summary>
 /// Clear cache
 /// </summary>
 /// <param name="status">
 /// Not used.
 /// </param>
 public void OnNext(LevelSetTracker.LevelSetRegions status)
 {
     //rootsCache.Clear();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Clears the cache.
 /// </summary>
 /// <param name="value"></param>
 public void OnNext(LevelSetTracker.LevelSetRegions value)
 {
     cache.Clear();
 }