Structs§
- Text
Document Cache - Cache of the client’s open documents, mirroring the didOpen/didClose lifecycle: didOpen is the only way in, didClose the only way out. That makes the size exactly the client’s open-document count — bounded by the protocol, with no eviction that could orphan a still-open document.
- Text
Document Cache Item