summaryrefslogtreecommitdiff
path: root/crates/vcs_data/src/data/local/cached_sheet.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/vcs_data/src/data/local/cached_sheet.rs')
-rw-r--r--crates/vcs_data/src/data/local/cached_sheet.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/vcs_data/src/data/local/cached_sheet.rs b/crates/vcs_data/src/data/local/cached_sheet.rs
index 7ca1f2f..0f4eee9 100644
--- a/crates/vcs_data/src/data/local/cached_sheet.rs
+++ b/crates/vcs_data/src/data/local/cached_sheet.rs
@@ -15,6 +15,10 @@ use crate::{
const SHEET_NAME: &str = "{sheet_name}";
const ACCOUNT_NAME: &str = "{account}";
+/// # Cached Sheet
+/// The cached sheet is a read-only version cloned from the upstream repository to the local environment,
+/// automatically generated during update operations,
+/// which records the latest Sheet information stored locally to accelerate data access and reduce network requests.
pub struct CachedSheet;
impl CachedSheet {