UserMeta returns the userMeta set by the user. Typically, this byte, optionally set by the user is used to interpret the value.
()
| 281 | // UserMeta returns the userMeta set by the user. Typically, this byte, optionally set by the user |
| 282 | // is used to interpret the value. |
| 283 | func (item *Item) UserMeta() byte { |
| 284 | return item.userMeta |
| 285 | } |
| 286 | |
| 287 | // ExpiresAt returns a Unix time value indicating when the item will be |
| 288 | // considered expired. 0 indicates that the item will never expire. |
no outgoing calls