Exemplo n.º 1
0
 public DistributedKeyStorage(MemcachedClient cacher)
 {
     m_Cacher = cacher;
 }
Exemplo n.º 2
0
 public static MemcachedClient GetInstance()
 {
     return(defaultInstance ?? (defaultInstance = GetInstance("default")));
 }