CacheKey
Decorator that sets the caching key used to store/retrieve cached items for Web sockets or Microservice based apps.
const CacheKey: (key: string) => any;
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) => any;
For example:
@CacheKey('events')