PerDocumentCache

Helper structure for storing any data of type T on a per-file basis.

Members

Functions

cached
T cached(TextDocumentManager source, string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
store
void store(Document document, T data)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Entry
struct Entry
Undocumented in source.

Variables

entries
Entry[] entries;
Undocumented in source.

Meta