Search
Preparing search index...
The search index is not available
@vertx/http-proxy
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
CacheOptions
Class CacheOptions
Cache options.
Hierarchy
CacheOptions
Index
Constructors
constructor
Methods
get
Max
Size
set
Max
Size
to
Json
Constructors
constructor
new
Cache
Options
(
)
:
CacheOptions
new
Cache
Options
(
obj
:
CacheOptions
|
{}
)
:
CacheOptions
Returns
CacheOptions
Parameters
obj:
CacheOptions
|
{}
Returns
CacheOptions
Methods
get
Max
Size
get
Max
Size
(
)
:
number
Set the max number of entries the cache can hold.
Returns
number
set
Max
Size
set
Max
Size
(
maxSize
:
number
)
:
CacheOptions
Set the max number of entries the cache can hold.
Parameters
maxSize:
number
Returns
CacheOptions
to
Json
to
Json
(
)
:
{}
Returns
{}
[
key:
string
]:
any
Globals
Body
Cache
Options
constructor
get
Max
Size
set
Max
Size
to
Json
Http
Proxy
Proxy
Context
Proxy
Options
Proxy
Request
Proxy
Response
Proxy
Interceptor
Generated using
TypeDoc
Cache options.