Documentation
¶
Overview ¶
Package cache provides access to a shared in-memory object cache for the endpoints
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoints ¶
Endpoints shared object that holds our cache of the endpoints. Requires the use of the RWMutex for locking.
func (*Endpoints) GetEndpoints ¶
GetEndpoints gets the endpoints out of the cache
func (*Endpoints) GetLastUpdated ¶
GetLastUpdated gets the time of the last update to the cache
func (*Endpoints) SetEndpoints ¶
SetEndpoints sets the endpoints on the cache
Click to show internal directories.
Click to hide internal directories.