cache

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CacheCmd = &cobra.Command{
	Use:   "cache",
	Short: "Manage the semantic analysis cache",
	Long: "\nManage the semantic analysis cache that stores AI-generated file summaries and metadata.\n\n" +
		"The cache uses content-addressable storage with SHA-256 hashes, enabling cache hits " +
		"across file renames and automatic invalidation on content changes. Cache entries are " +
		"versioned to detect stale entries after application upgrades.",
	RunE: func(cmd *cobra.Command, args []string) error {
		return fmt.Errorf("please specify a subcommand: status or clear")
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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