Exemplo n.º 1
0
 public MemcachedManager(ICacheKeyFormat cacheKeyFormat)
 {
     this.cacheKeyFormat = cacheKeyFormat;
 }
Exemplo n.º 2
0
 public MemcachedManager()
 {
     this.cacheKeyFormat = DefaultKeyFormat.Instance;
 }