praisonai-ts CLI provides the cache command for managing cached values with file-based persistence.
Quick Start
1
Simple Usage
2
With Configuration
Commands Overview
Set a Value
Cache a key-value pair:Get a Value
Retrieve a cached value:Delete a Value
Remove a cached entry:List All Entries
View all cached items:Cache Statistics
View cache stats:Clear All
Remove all cached entries:Options
Cache Location
Cache files are stored in:Use Cases
API Response Caching
Session Tokens
Config Values
Related
Cache
SDK cache module
Database CLI
Persistent storage
Memory CLI
Agent memory

