Home > @imqueue/rpc > IMQCache
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 ones. | |
|
|
Returns a registered cache adapter by its given name or class. | |
|
|
Initializes all registered cache adapters. | |
|
|
Registers the given cache adapter. |