예제 #1
0
 public CacheUpdateAttribute(CacheSign sign)
 {
     this.Key = sign.ToString();
 }
예제 #2
0
 public CacheAttribute(CacheSign sign)
 {
     Key = sign.ToString();
 }
예제 #3
0
		public CacheUpdateAttribute(CacheSign sign)
		{
			this.Key=sign.ToString();
		}
예제 #4
0
 public MCacheUpdateAttribute(CacheSign sign)
 {
     Key       = sign.ToString();
     this.sign = sign;
 }
예제 #5
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="sign"></param>
 public MCacheAttribute(CacheSign sign)
 {
     this._sign = sign;
 }