mirror of
https://github.com/DeBrosOfficial/network-ts-sdk.git
synced 2025-12-12 18:28:50 +00:00
- Added CacheClient to manage cache operations including get, put, delete, and scan. - Updated createClient function to include cache client. - Added new types and interfaces for cache requests and responses. - Implemented comprehensive tests for cache functionality, covering health checks, value storage, retrieval, deletion, and scanning.