示例#1
0
 /// <summary>
 ///   Remove any collected Habbos from the cache.
 /// </summary>
 private void CleanUp()
 {
     _idCache.CleanUp();
     _usernameCache.CleanUp();
 }