Exemplo n.º 1
0
 public Cache(Func <K, V> retrieveFunction) : this(retrieveFunction, CacheSettings.CreateDefault())
 {
 }