IMQCache class
Generic cache registry
Signature:
export declare class IMQCache
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
|
{ [name: string]: ICache; } |
Methods
|
Method |
Modifiers |
Description |
|---|---|---|
|
|
Overrides existing adapter options with the given | |
|
|
Returns registered cache adapter by its given name or class | |
|
|
Initializes all registered cache adapters | |
|
|
Registers given cache adapter |