2.4.21 • Published 9 months ago

@biryanihouse/cache-inmemory v2.4.21

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Medusa Cache In-memory

Medusa in-memory cache module. Use plain JS Map as a cache store.

Installation

yarn add @biryanihouse/cache-inmemory

Options

{
  ttl?: number // Time to keep data in cache (in seconds)
}

Note

Recommended for testing and development. For production, use Redis cache module.

Other caching modules

2.4.21

9 months ago

2.4.20

9 months ago

2.4.19

9 months ago

2.4.18

9 months ago

2.4.17

9 months ago

2.4.16

9 months ago

2.4.15

9 months ago

2.4.14

9 months ago

2.4.13

9 months ago

2.4.11

9 months ago

2.4.10

9 months ago

2.4.9

9 months ago

2.4.8

9 months ago

2.4.7

9 months ago

2.4.5

9 months ago

2.4.3

9 months ago

2.4.2

9 months ago

2.4.1

9 months ago

2.4.0

9 months ago