fix Task<IGetOperationResult<T>> IMemcachedClient.GetAsync<T>(string key), if key exist then IGetOperationResult<T>.Cas should greater than 0 when key exist
add Task<IGetOperationResult> IMemcachedClient.GetAsync(string key), IGetOperationResult.Cas should greater than 0 when key exist
Task<IGetOperationResult<T>> IMemcachedClient.GetAsync<T>(string key)
, ifkey
exist thenIGetOperationResult<T>.Cas
should greater than0
whenkey
existTask<IGetOperationResult> IMemcachedClient.GetAsync(string key)
,IGetOperationResult.Cas
should greater than0
whenkey
exist