@deskcreate/agentcraft
Preparing search index...
index
AgentCache
Variable AgentCache
Const
AgentCache
:
{
disabled
()
:
AgentCacheController
;
file
(
root
:
string
,
options
?:
FileCacheOptions
)
:
AgentCacheController
;
memory
(
options
?:
MemoryCacheOptions
)
:
AgentCacheController
;
placeholder
(
root
:
string
,
strategy
?:
"auto"
|
"aggressive"
|
"conservative"
|
undefined
,
)
:
AgentCacheController
;
}
= ...
Type Declaration
disabled
:
function
disabled
()
:
AgentCacheController
Returns
AgentCacheController
file
:
function
file
(
root
:
string
,
options
?:
FileCacheOptions
)
:
AgentCacheController
Parameters
root
:
string
options
:
FileCacheOptions
= {}
Returns
AgentCacheController
memory
:
function
memory
(
options
?:
MemoryCacheOptions
)
:
AgentCacheController
Parameters
options
:
MemoryCacheOptions
= {}
Returns
AgentCacheController
placeholder
:
function
placeholder
(
root
:
string
,
strategy
?:
"auto"
|
"aggressive"
|
"conservative"
|
undefined
,
)
:
AgentCacheController
Parameters
root
:
string
strategy
:
"auto"
|
"aggressive"
|
"conservative"
|
undefined
= "auto"
Returns
AgentCacheController
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@deskcreate/agentcraft
Loading...