public MemcachedManager(ICacheKeyFormat cacheKeyFormat)
 {
     this.cacheKeyFormat = cacheKeyFormat;
 }
 public MemcachedManager()
 {
     this.cacheKeyFormat = DefaultKeyFormat.Instance;
 }