@deskcreate/agentcraft
Preparing search index...
index
AgentCacheConfig
Interface AgentCacheConfig
interface
AgentCacheConfig
{
defaultTtlMs
?:
number
;
maxEntryBytes
?:
number
;
namespace
?:
string
;
root
?:
string
;
strategy
?:
"auto"
|
"aggressive"
|
"conservative"
;
type
:
"disabled"
|
"file"
|
"memory"
;
version
?:
string
;
}
Index
Properties
default
Ttl
Ms?
max
Entry
Bytes?
namespace?
root?
strategy?
type
version?
Properties
Optional
Readonly
default
Ttl
Ms
defaultTtlMs
?:
number
Optional
Readonly
max
Entry
Bytes
maxEntryBytes
?:
number
Optional
Readonly
namespace
namespace
?:
string
Optional
Readonly
root
root
?:
string
Optional
Readonly
strategy
strategy
?:
"auto"
|
"aggressive"
|
"conservative"
Readonly
type
type
:
"disabled"
|
"file"
|
"memory"
Optional
Readonly
version
version
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Ttl
Ms
max
Entry
Bytes
namespace
root
strategy
type
version
@deskcreate/agentcraft
Loading...