Private
cachePrivate
maxGenerate a unique cache key for code completion based on the file path, cursor position, and the hashed context (prefix and suffix). The prefix and suffix are hashed to avoid storing large or sensitive content directly in the cache key.
Path of the current file
Monaco text model of the file
Current cursor position in the editor
Unique cache key as a string
Private
removeStatic
Private
hash
Clear the entire cache