CacheKey

Decorator that sets the caching key used to store/retrieve cached items for Web sockets or Microservice based apps.

See more...


const CacheKey: (key: string) => any;

See also

Description

For example: @CacheKey('events')