CacheKey
Decorator that sets the caching key used to store/retrieve cached items for Web sockets or Microservice based apps.
const CacheKey: (key: string) => CustomDecorator<string>;
See also
Description
For example:
@CacheKey('events')
Decorator that sets the caching key used to store/retrieve cached items for Web sockets or Microservice based apps.
const CacheKey: (key: string) => CustomDecorator<string>;
For example:
@CacheKey('events')