Expand description
存储和缓存模块
提供翻译结果的缓存和持久化存储
Re-exports§
pub use cache::CacheManager;pub use cache::CacheEntry;pub use cache::CacheStats;pub use smart_cache::SmartCacheManager;pub use smart_cache::CachedTranslation as SmartCacheEntry;pub use smart_cache::CacheStats as SmartCacheStats;pub use smart_cache::CachePredictor;pub use memory_pool::GlobalMemoryManager;pub use memory_pool::StringPool;pub use memory_pool::VecPool;pub use memory_pool::MemoryOptimizedTextItem;pub use memory_pool::MemoryOptimizedBatchProcessor;pub use memory_pool::MemoryStats;pub use memory_pool::PoolStats;
Modules§
- cache
- 缓存管理模块
- memory_
pool - 内存池管理模块
- smart_
cache - 智能缓存系统