Documentation
¶
Overview ¶
Package cache is used for completion to not overflow the gateway with redundant search requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) Invalidate ¶
Invalidate is only needed when a member leaves and the search query reaches the search limit. "aa", "ab", "ac", ..., "ay" // where length is longer than the limit if "ay" leaves, then "az" would not be loaded becaue it would not be returned by the search results because of the search limit
Click to show internal directories.
Click to hide internal directories.