docs-v2/content/influxdb3/enterprise/admin/last-value-cache/show.md

781 B

title description menu weight influxdb3/enterprise/tags list_code_example related source
Show information about Last Value Caches Use the `influxdb3 show system table` command to query and output Last Value Cache information from the `last_caches` system table.
influxdb3_enterprise
parent name
Manage the Last Value Cache Show Last Value Caches
203
cache
<!-- pytest.mark.skip --> ```bash influxdb3 show system \ --database example-db \ --token 00xoXX0xXXx0000XxxxXx0Xx0xx0 \ table last_caches ```
/influxdb3/explorer/manage-caches/last-value-caches/
/shared/influxdb3-admin/last-value-cache/show.md