* Creates a new DefaultStatsCounter. * * @returns A new DefaultStatsCounter instance
()
| 363 | * @returns A new DefaultStatsCounter instance |
| 364 | */ |
| 365 | static create(): DefaultStatsCounter { |
| 366 | return new DefaultStatsCounter(); |
| 367 | } |
| 368 | } |
| 369 | |
| 370 | type CachingClient = RedisClient<any, any, any, any, any>; |
no outgoing calls
no test coverage detected