Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EndpointCache ¶
type EndpointCache struct {
// contains filtered or unexported fields
}
func NewEndpointCache ¶
func NewEndpointCache(duration time.Duration) *EndpointCache
func (*EndpointCache) Clear ¶
func (ec *EndpointCache) Clear()
func (*EndpointCache) Count ¶
func (ec *EndpointCache) Count() int
func (*EndpointCache) Del ¶
func (ec *EndpointCache) Del(key string)
func (*EndpointCache) Get ¶
func (ec *EndpointCache) Get(key string) (data []string)
func (*EndpointCache) Set ¶
func (ec *EndpointCache) Set(key string, data []string)
Click to show internal directories.
Click to hide internal directories.