Documentation ¶ Index ¶ type UserCache func NewUserCache() UserCache func (u UserCache) Get(k string) string func (u UserCache) HasKey(k string) bool func (u UserCache) HasValue(value string) bool func (u UserCache) Remove(k string) func (u UserCache) Store(k string, v string) func (u UserCache) Values() []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type UserCache ¶ type UserCache struct { // contains filtered or unexported fields } func NewUserCache ¶ func NewUserCache() UserCache func (UserCache) Get ¶ func (u UserCache) Get(k string) string func (UserCache) HasKey ¶ func (u UserCache) HasKey(k string) bool func (UserCache) HasValue ¶ func (u UserCache) HasValue(value string) bool func (UserCache) Remove ¶ func (u UserCache) Remove(k string) func (UserCache) Store ¶ func (u UserCache) Store(k string, v string) func (UserCache) Values ¶ func (u UserCache) Values() []string Source Files ¶ View all Source files user_cache.go Click to show internal directories. Click to hide internal directories.