catbox-object

Object cache adaptor for catbox.

Latest Version: 3.0.1
hapi-family
Installation:

npm: npm install @hapi/catbox-object

yarn: yarn add @hapi/catbox-object

Module Status:
Version License Node Dependencies CI
3.0.1
hapi helmet github logo
BSD 16, 18, 20 Dependency Status Build Status
2.0.0
hapi helmet github logo
BSD 16, 18, 20 Dependency Status Build Status

Introduction

Memory object adapter for catbox.
This adapter is not designed to share a common cache between multiple processes (e.g. in a cluster
mode). It uses a single interval timeout to look for expired records and clean them from memory.
Unlike the catbox-memory cache, it does not clone objects stored (in either direction) or keep
track of memory usage.