Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apify/crawlee
/ StorageImplementation
Interface
StorageImplementation
packages/memory-storage/src/fs/common.ts:1–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
StorageImplementation<T> {
2
get(force?: boolean): Promise<T>;
3
update(data: T): void | Promise<void>;
4
delete(): void | Promise<void>;
5
}
Callers
20
fs-fallback.test.ts
File · 0.65
handledRequestCount-should-update.test.ts
File · 0.65
findOrCacheKeyValueStoreByPossibleId
Function · 0.65
listHead
Method · 0.65
listAndLockHead
Method · 0.65
prolongRequestLock
Method · 0.65
deleteRequestLock
Method · 0.65
addRequest
Method · 0.65
with-extension.test.ts
File · 0.65
uniqueKeyToRequestId
Function · 0.65
listAndLockHead
Method · 0.65
prolongRequestLock
Method · 0.65
Implementers
9
RequestQueueClient
packages/memory-storage/src/resource-c
DatasetClient
packages/memory-storage/src/resource-c
KeyValueStoreClient
packages/memory-storage/src/resource-c
DatasetFileSystemEntry
packages/memory-storage/src/fs/dataset
DatasetMemoryEntry
packages/memory-storage/src/fs/dataset
RequestQueueFileSystemEntry
packages/memory-storage/src/fs/request
RequestQueueMemoryEntry
packages/memory-storage/src/fs/request
KeyValueFileSystemEntry
packages/memory-storage/src/fs/key-val
KeyValueMemoryEntry
packages/memory-storage/src/fs/key-val
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…