Documentation ¶ Index ¶ Constants type Store func New(root, version string) *Store func User() *Store func (s *Store) Get(blobSHA, dialect, file string) (lang.Result, bool) func (s *Store) Put(blobSHA, dialect string, result lang.Result) Constants ¶ View Source const AnalyzerVersion = "25" Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Store ¶ type Store struct { // contains filtered or unexported fields } func New ¶ func New(root, version string) *Store func User ¶ func User() *Store func (*Store) Get ¶ func (s *Store) Get(blobSHA, dialect, file string) (lang.Result, bool) func (*Store) Put ¶ func (s *Store) Put(blobSHA, dialect string, result lang.Result) Source Files ¶ View all Source files cache.go Click to show internal directories. Click to hide internal directories.