exports

exports

Our base Cache implementation Extend this class with new implementations to create different cache types (in-memory, database, file system etc.)

exports

A cache implementation using LevelDown

Constructor

new exports(options)

Description:
  • Create new Memory cache object
Source:
Parameters:
Name Type Description
options object

Extends

  • CacheBase

exports

A cache implementation using LMDB

Constructor

new exports(options)

Description:
  • Create new Memory cache object
Source:
Parameters:
Name Type Description
options object

Extends

  • CacheBase

exports

A basic in-memory cache implementation

Constructor

new exports(options)

Description:
  • Create new Memory cache object
Source:
Parameters:
Name Type Description
options object

Extends

  • CacheBase