We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9e340 commit ddcee87Copy full SHA for ddcee87
1 file changed
packages/common/cache/decorators/cache-ttl.decorator.ts
@@ -2,11 +2,9 @@ import { SetMetadata } from '../../decorators';
2
import { CACHE_TTL_METADATA } from '../cache.constants';
3
4
/**
5
- * Decorator that sets the cache ttl setting the duration for cache expiration for
6
- * Web sockets or Microservice based apps.
+ * Decorator that sets the cache ttl setting the duration for cache expiration.
7
*
8
- * For example:
9
- * `@CacheTTL(5)`
+ * For example: `@CacheTTL(5)`
10
11
* @param ttl number set the cache expiration time
12
0 commit comments