Skip to content
module@warp-drive/legacy @legacy

Class ConfiguredStore<T>

Defined in: warp-drive-packages/legacy/src/index.ts:158

Extends

  • Store

Type Parameters

T

T extends object

Indexable

ts
[key: string]: any

Methods

createCache()

ts
createCache(capabilities): T["cache"];

Defined in: warp-drive-packages/legacy/src/index.ts:167

Instantiation hook allowing applications or addons to configure the store to utilize a custom Cache implementation.

This hook should not be called directly by consuming applications or libraries. Use Store.cache to access the Cache instance.

Parameters

capabilities

CacheCapabilitiesManager$1

Returns

T["cache"]

Overrides

ts
Store.createCache

Released under the MIT License.