首页 新闻 会员 周边

MemcachedClient类下面的这几个方法和属性都是什么意思

0
悬赏园豆:5 [待解决问题]

public long CompressionThreshold { get; set; }        

public string DefaultEncoding { get; set; }        

public bool EnableCompression { get; set; }        

public string PoolName { get; set; }        

public bool PrimitiveAsString { get; set; }

public long Decrement(string key);        

public long Decrement(string key, long inc);        

public long Decrement(string key, long inc, int hashCode);        

public long GetCounter(string key);        

public long GetCounter(string key, object hashCode);        

public Hashtable GetMultiple(string[] keys);        

public Hashtable GetMultiple(string[] keys, int[] hashCodes);        

public Hashtable GetMultiple(string[] keys, int[] hashCodes, bool asString);        

public object[] GetMultipleArray(string[] keys);        

public object[] GetMultipleArray(string[] keys, int[] hashCodes);       

public object[] GetMultipleArray(string[] keys, int[] hashCodes, bool asString);      

public long Increment(string key);        

public long Increment(string key, long inc);        

public long Increment(string key, long inc, int hashCode);        

public bool Replace(string key, object value);        

public bool Replace(string key, object value, DateTime expiry);       

public bool Replace(string key, object value, int hashCode);      

public bool Replace(string key, object value, DateTime expiry, int hashCode);       

public Hashtable Stats();        

public Hashtable Stats(ArrayList servers);       

public bool StoreCounter(string key, long counter);       

public bool StoreCounter(string key, long counter, int hashCode);

拖鞋王子的主页 拖鞋王子 | 初学一级 | 园豆:37
提问于:2012-09-26 17:44
< >
分享
所有回答(1)
0

你按照字面意思理解就行了,不是很清楚的就上Bing搜索下,虽然Memcached Client有很多,但是基本上方法都大同小异。

Launcher | 园豆:45045 (高人七级) | 2012-09-26 17:52
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册