Render already caches well known paths for all native language environments. No other directories are cached.
Users can also copy and restore extra data they'd like to cache to the directory specified by the
$XDG_CACHE_HOME
environment variable.
But there are other custom directories or files that would benefit from automatic caching without needing to copy and restore files from
$XDG_CACHE_HOME
. For example, a
.node_modules
directory in a non-root directory.
Enable specification of additional cache directories relative to the root of the project.