Where is the cache on the host when I use `run --mount=type=cache`?

Hi,

When I use cache mount while building images, like run --mount=type=cache, where is the cache stored on the host system? Do other docker builds use those caches?

Thanks