abstract Store
Base class for cache storage implementations
Extended by
Constructors
Constructor
new Store():
Store
Returns
Store
Methods
createStoreAdapter()
abstractcreateStoreAdapter<T>(serializer,options,type,hash):StoreAdapter<T>
Creates a new store adapter for a specific type
Type Parameters
| Type Parameter |
|---|
|
|
Parameters
| Parameter | Type | Description |
|---|---|---|
|
|
Serializer instance | |
|
|
|
Store configuration options |
|
|
|
Type name for the cached items |
|
|
|
Unique hash for the type |
Returns
StoreAdapter<T>