Пример #1
0
 public StringCacheKey(Enums.StringCacheKeyType KeyType)
 {
     this._KeyType = KeyType.ToString();
 }
Пример #2
0
 public StringCacheKey(Enums.StringCacheKeyType KeyType, string KeyId)
 {
     this._KeyType = KeyType.ToString();
     this._KeyId   = KeyId;
 }