Esempio n. 1
0
 public void SetString_DoesNotThrow()
 {
     // Arrange
     // Act
     stringCache.Set(new CacheItem <string>(CacheKey, "Test", TimeSpan.FromSeconds(5)));
     // Assert
 }