Constructor
FileStorageConfig
Example
File Structure
Methods
All storage adapters implement theBaseStorageAdapter interface:
Security
The adapter includes path traversal protection:- Namespace is sanitized to prevent directory escape
- Resolved path is validated to stay within
cacheDir
Related
RedisStorageAdapter
Redis storage
MemoryStorageAdapter
Memory storage
Storage Guide
File adapter guide