Ejemplo n.º 1
0
        public void Clear_NotImplemented()
        {
            // Arrange

            // Act
            Assert.Throws <NotImplementedException>(() => m_client.Clear());

            // Assert
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Removes everything from the cache.
 /// </summary>
 public void ClearCache()
 {
     _cacheClient.Clear();
 }
Ejemplo n.º 3
0
 public void Clear()
 {
     _cache.Clear();
 }