API Docs for: 0.9.1
Show:

StoreBase Class

Extends Base
Defined in: lib/store/base.js:5

Item Index

Properties

Methods

generateUniqueIdentifier

(
  • prefix
)

Generates a unique identifier

Parameters:

getCache

() Object

Gets the cache object

Returns:

getEndPoint

() ServiceEndPoint

Gets the end-point object

Returns:

getStoreLookup

() Store

Gets the store-lookup object

Returns:

Store:

retrieve

(
  • id
  • [options]
)
Promise

Loads or creates a store object

Parameters:

Returns:

Promise:

With {ServiceEntry}

Properties

keys

String[] static

prefix

String

Identifier prefix

TYPE

String static