mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-29 11:19:54 +02:00
- BaseCache interface defines the base class for cache storage adapters - FileCache implements BaseCache with filesystem-backed storage - Provide default cache key implementation which hashes args with pickle - Update PregelExecutableTask with cache_key property for tasks that opt-in to caching - Update PregelLoop, PregelRunner to get/set from cache as appropriate TODO - [x] Call match_cached_writes in async PregelRunner - [ ] Implement RedisCache to use in LGP - [x] Add more tests