# Utilidades

El menú de **utilidades** de Velneo vDataclient contiene las opciones siguientes:

## Ver caché de tablas

Permite obtener información sobre las fichas que están en la caché:

![](/files/-M7D7DQct0qqTR4G3Enl)

Presenta la siguiente información de cada una de las [tablas](/velneo-vdevelop/proyectos-objetos-y-editores/proyecto-de-datos/tabla.md) del [proyecto de datos](/velneo-vdevelop/proyectos-objetos-y-editores/proyecto-de-datos.md) ejecutado:

* **Nº de fichas**: número de fichas de la tabla cargadas en la caché.
* **Memoria fichas**: memoria que ocupan las fichas de la caché.
* **Nº objetos**: número de [campos de tipo objeto](/velneo-vdevelop/proyectos-objetos-y-editores/editores/asistente-de-formulas/campos.md) cargados en la caché.
* **Memoria obj.**: memoria que ocupan los objetos de la caché.
* **Memoria total**: memoria total ocupada por las fichas y los objetos de la tabla en la caché.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.velneo.com/velneo-vdataclient/utilidades.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
