Skip to main content

Module file_cache

Module file_cache 

Source

Structs§

TextDocumentCache
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.
TextDocumentCacheItem