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