In-memory Cache Module for AcmeKit
npm install @acmekit/cache-inmemoryAcmeKit in-memory cache module. Use plain JS Map as a cache store.
```
yarn add @acmekit/cache-inmemory
```
{
ttl?: number // Time to keep data in cache (in seconds)
}
Recommended for testing and development. For production, use Redis cache module.