public static long Decrement(string strKey, long lAmount)
 {
     return(DistCache.Decrement(strKey, lAmount));
 }