IngestionCache
Defined in: packages/core/src/ingestion/IngestionCache.ts:45
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new IngestionCache(
collection?):IngestionCache
Defined in: packages/core/src/ingestion/IngestionCache.ts:50
Parameters
Section titled “Parameters”collection?
Section titled “collection?”string
Returns
Section titled “Returns”IngestionCache
Properties
Section titled “Properties”collection
Section titled “collection”collection:
string="llama_cache"
Defined in: packages/core/src/ingestion/IngestionCache.ts:46
cache:
BaseKVStore
Defined in: packages/core/src/ingestion/IngestionCache.ts:47
nodesKey
Section titled “nodesKey”nodesKey:
string="nodes"
Defined in: packages/core/src/ingestion/IngestionCache.ts:48
Methods
Section titled “Methods”put(
hash,nodes):Promise<void>
Defined in: packages/core/src/ingestion/IngestionCache.ts:57
Parameters
Section titled “Parameters”string
Returns
Section titled “Returns”Promise<void>
Defined in: packages/core/src/ingestion/IngestionCache.ts:64
Parameters
Section titled “Parameters”string