// Copyright 2026 Umberto Gotti <umberto.gotti@umbertogotti.dev>
// Licensed under the MIT License
// SPDX-License-Identifier: MIT
usestd::path::Path;usecrate::item_counts::ItemCounts;pubtraitCacheStore{fnget(&self, path:&Path)->Option<ItemCounts>;fnset(&self, path:&Path, source:&str, counts:&ItemCounts);fnflush(&self);}