public StringCacheKey(Enums.StringCacheKeyType KeyType) { this._KeyType = KeyType.ToString(); }
public StringCacheKey(Enums.StringCacheKeyType KeyType, string KeyId) { this._KeyType = KeyType.ToString(); this._KeyId = KeyId; }