Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Gofresher ¶
type Gofresher[S any] struct { // contains filtered or unexported fields }
func NewGofresher ¶
func NewGofresher[S any](cache time.Duration, refreshFunc RefreshFunc[S]) *Gofresher[S]
func (*Gofresher[S]) ForceRefresh ¶
type RefreshFunc ¶
Click to show internal directories.
Click to hide internal directories.