Method GetEntry
GetEntry(string)
Returns the entry for the key or null if one does not exist.
Declaration
public TEntry GetEntry(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key |
Returns
Type | Description |
---|---|
TEntry |
GetEntry(long)
Returns the entry for the key id or null if one does not exist.
Declaration
public virtual TEntry GetEntry(long keyId)
Parameters
Type | Name | Description |
---|---|---|
long | keyId |
Returns
Type | Description |
---|---|
TEntry |