Skip to content

Commit

Permalink
docs: update cache
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Dec 26, 2023
1 parent 5294510 commit 21a8acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mito2/src/cache/write_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

//! Cache files sent to remote object stores.
//! A write-through cache for remote object stores.
use std::sync::Arc;

Expand All @@ -33,7 +33,7 @@ use crate::wal::EntryId;

/// A cache for uploading files to remote object stores.
///
/// It keeps files in local disk and sends files to object store in background.
/// It keeps files in local disk and then sends files to object stores.
pub(crate) struct WriteCache {
/// Local object storage to store files to upload.
local_store: ObjectStore,
Expand Down

0 comments on commit 21a8acd

Please sign in to comment.