Retrieve a single item.
get(
self,
namespace: tuple[str, ...],
key: str,
*,
refresh_ttl: bool | None = None
) -> Item | None| Name | Type | Description |
|---|---|---|
namespace* | tuple[str, ...] | Hierarchical path for the item. |
key* | str | Unique identifier within the namespace. |
refresh_ttl | bool | None | Default: NoneWhether to refresh TTLs for the returned item.
If |