Clears cached document from filesystem and memory.
Document UID to clear
Ensures a runtime exists for the document. Verifies cached runtime status or creates a new one if needed.
Document UID needing runtime
Runtime instance or undefined if creation fails
Gets list of active runtime pod names.
Array of runtime pod names
Gets document metadata by VS Code URI. Handles both real filesystem and virtual URI schemes.
Document URI
Document metadata if found
Gets document metadata by document ID.
Document UID
Document metadata if found
Gets document metadata by path. Resolves virtual URIs to real paths for lookup.
Virtual or real filesystem path
Document metadata if found
Opens a document from Datalayer platform. Downloads content, caches locally, and creates virtual URI for VS Code.
The document to open
OptionalspaceId: stringID of the containing space
OptionalspaceName: stringName of the containing space
Virtual URI for the opened document
Document bridge interface for document lifecycle management. Implementations should handle downloading, caching, and runtime management.