QdbExpirableEntry Methods |
The QdbExpirableEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| AttachTag(String) |
Adds a tag to the entry.
(Inherited from QdbEntry.) | |
| AttachTag(QdbTag) |
Adds a tag to the entry.
(Inherited from QdbEntry.) | |
| DetachTag(String) |
Removes a tag from the entry.
(Inherited from QdbEntry.) | |
| DetachTag(QdbTag) |
Removes a tag from the entry.
(Inherited from QdbEntry.) | |
| ExpiresAt |
Sets an absolute expiry time.
| |
| ExpiresFromNow |
Sets an relative expiry time.
| |
| GetExpiryTime |
Gets the expiry time.
| |
| GetTags |
Gets the tags of the entry
(Inherited from QdbEntry.) | |
| HasTag(String) |
Checks if the entry has the specified tag.
(Inherited from QdbEntry.) | |
| HasTag(QdbTag) |
Checks if the entry has the specified tag.
(Inherited from QdbEntry.) | |
| Remove |
Removes the entry from the database.
(Inherited from QdbEntry.) |