Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalCache ¶
type GlobalCache struct {
// contains filtered or unexported fields
}
func NewGlobalCache ¶
func NewGlobalCache() *GlobalCache
func (*GlobalCache) Delete ¶
func (g *GlobalCache) Delete(uri lsp.DocumentURI)
func (*GlobalCache) Get ¶
func (g *GlobalCache) Get(uri lsp.DocumentURI) *SQL
func (*GlobalCache) Put ¶
func (g *GlobalCache) Put(uri lsp.DocumentURI, rawText string) error
Click to show internal directories.
Click to hide internal directories.