Skip to main content

Crate cached_context

Crate cached_context 

Source
Expand description

cached-context - File cache with diff tracking cache management service

This crate provides cache management functionality for the Terraphim project.

Re-exports§

pub use cache::CacheStore;
pub use error::Error;
pub use types::CacheConfig;
pub use types::CacheStats;
pub use types::FileReadResult;

Modules§

cache
Cache module - provides file caching with hash-based change detection
diff
Diff module - computes unified diffs between old and new file content
error
Error types module
mcp
MCP server module for cached-context
types
Types module