cache

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

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

type SQL

type SQL struct {
	RawText string
}

func NewSQL

func NewSQL(rawText string) *SQL

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL