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