A lightweight caching layer for IPFS content that improves loading speeds by storing frequently accessed content locally. Implements both file-based and in-memory caching for optimal performance.
- Local file-based cache for IPFS content
- In-memory caching layer for faster repeated access
- Configurable cache expiration (TTL)
- Automatic cache directory creation
- Simple API for content retrieval
- Cache hit/miss logging
- Manual cache clearing capability
- Express server with REST API
- Clone the repository
- Install dependencies: