Search
Preparing search index...
The search index is not available
@nestjs/common
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
CacheInterceptor
Class CacheInterceptor
Hierarchy
CacheInterceptor
Implements
NestInterceptor
Index
Constructors
constructor
Properties
cache
Manager
http
Adapter
Host
reflector
Methods
intercept
track
By
Constructors
constructor
new
Cache
Interceptor
(
cacheManager
:
any
, reflector
:
any
)
:
CacheInterceptor
Parameters
cacheManager:
any
reflector:
any
Returns
CacheInterceptor
Properties
Protected
Readonly
cache
Manager
cache
Manager
:
any
Protected
Readonly
http
Adapter
Host
http
Adapter
Host
:
HttpAdapterHost
Protected
Readonly
reflector
reflector
:
any
Methods
intercept
intercept
(
context
:
ExecutionContext
, next
:
CallHandler
)
:
Promise
<
Observable
<
any
>
>
Parameters
context:
ExecutionContext
next:
CallHandler
Returns
Promise
<
Observable
<
any
>
>
track
By
track
By
(
context
:
ExecutionContext
)
:
string
|
undefined
Parameters
context:
ExecutionContext
Returns
string
|
undefined
Globals
Cache
Interceptor
constructor
cache
Manager
http
Adapter
Host
reflector
intercept
track
By
Generated using
TypeDoc