yao/agent/robot/cache
Max a490617563 Add Auto-Refresh Tests for Cache Functionality
- Implemented comprehensive tests for the auto-refresh feature in the cache, ensuring it operates without leaking goroutines.
- Verified that multiple start calls do not accumulate goroutines and that stopping the refresh does not panic.
- Included tests for concurrent start and stop operations to ensure thread safety and reliability in the cache's behavior.
- Enhanced overall test coverage for the cache module, contributing to improved stability and performance assurance.
2026-01-14 19:01:16 +08:00
..
cache.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
cache_test.go Add Auto-Refresh Tests for Cache Functionality 2026-01-14 19:01:16 +08:00
load.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00
refresh.go Enhance Robot Cache Implementation and Documentation 2026-01-14 18:54:18 +08:00