Preparing search index...
The search index is not available
Vlodia ORM - v0.1.0
Vlodia ORM
CacheConfig
Interface CacheConfig
interface
CacheConfig
{
enabled
:
boolean
;
type
:
"memory"
|
"redis"
;
ttl
:
number
;
redis
?:
{
host
:
string
;
port
:
number
;
password
?:
string
;
}
;
}
Index
Properties
enabled
type
ttl
redis?
Properties
enabled
enabled
:
boolean
type
type
:
"memory"
|
"redis"
ttl
ttl
:
number
Optional
redis
redis
?:
{
host
:
string
;
port
:
number
;
password
?:
string
;
}
Type declaration
host
:
string
port
:
number
Optional
password
?:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
enabled
type
ttl
redis
Vlodia ORM - v0.1.0
Loading...