Skip to content

Commit

Permalink
cache: update cmd and glossary desc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Oct 22, 2020
1 parent 58b9e2d commit 9f93ffb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
19 changes: 9 additions & 10 deletions content/docs/command-reference/cache/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@ positional arguments:

## Description

At DVC initialization, a new `.dvc/` directory is created for internal
configuration and <abbr>cache</abbr>
[files and directories](/doc/user-guide/dvc-files-and-directories#internal-directories-and-files),
that are hidden from the user.

The cache is where your data files, models, etc. (anything you want to version
with DVC) are actually stored. The corresponding files you see in the
<abbr>workspace</abbr> can simply link to the ones in cache. (Refer to
[File link types](/doc/user-guide/large-dataset-optimization#file-link-types-for-the-dvc-cache)
for more information on file links on different platforms.)
The DVC Cache is where your data files, models, etc. (anything you want to
version with DVC) are actually stored. The data files and directories visible in
the <abbr>workspace</abbr> are links\* to (or copies of) the ones in cache.
Learn more about it's
[structure](/doc/user-guide/dvc-files-and-directories#structure-of-the-cache-directory).

> \* Refer to
> [File link types](/doc/user-guide/large-dataset-optimization#file-link-types-for-the-dvc-cache)
> for more information on file links on different platforms.
> For more cache-related configuration options refer to `dvc config cache`.
Expand Down
6 changes: 3 additions & 3 deletions content/docs/user-guide/basic-concepts/dvc-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ match: ['DVC cache', cache, caches, cached]
---

The DVC cache is a hidden storage (by default located in the `.dvc/cache`
directory) for files that are tracked by DVC, and their different versions. For
more details, please refer to this
[document](/doc/user-guide/dvc-files-and-directories#structure-of-the-cache-directory).
directory) for files that are tracked by DVC, and their different versions.
Learn more about it's
[structure](/doc/user-guide/dvc-files-and-directories#structure-of-the-cache-directory).

0 comments on commit 9f93ffb

Please sign in to comment.