Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimedCache ¶
type TimedCache struct {
// contains filtered or unexported fields
}
func NewTimedCache ¶
func NewTimedCache(interval time.Duration) *TimedCache
func (*TimedCache) DeleteExpired ¶
func (c *TimedCache) DeleteExpired()
func (*TimedCache) Set ¶
func (c *TimedCache) Set(key string, value any)
func (*TimedCache) StopCleanup ¶
func (c *TimedCache) StopCleanup()
Click to show internal directories.
Click to hide internal directories.