Home > @imqueue/rpc > ICacheAdapter

ICacheAdapter type

Accepted cache adapter references: a constructor, an instance, or an adapter name.

Signature:

export type ICacheAdapter = ICacheConstructor | ICache | string;

References: ICacheConstructor, ICache