@deskcreate/agentcraft
    Preparing search index...

    Variable AgentCacheConst

    AgentCache: {
        disabled(): AgentCacheController;
        file(root: string, options?: FileCacheOptions): AgentCacheController;
        memory(options?: MemoryCacheOptions): AgentCacheController;
        placeholder(
            root: string,
            strategy?: "auto" | "aggressive" | "conservative" | undefined,
        ): AgentCacheController;
    } = ...

    Type Declaration