IMQCache.get() method
Returns registered cache adapter by its given name or class
Signature:
static get(adapter: ICacheAdapter): ICache;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
adapter |
adapter name or class |
Returns:
{ICache} - adapter instance