Esempio n. 1
0
 public void KeyExpiresIn()
 {
     CacheKey cc = new CacheKey("test");
     cc.ExpiresAt(DateTime.UtcNow);
 }