Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TimeMap ¶
type TimeMap interface {
Store(key, value interface{}, duration time.Duration)
Load(key interface{}) (interface{}, bool)
LoadOrStore(key, value interface{}, duration time.Duration) (interface{}, bool)
Range(f func(key, value interface{}) bool)
Delete(key interface{})
Clean()
}
TimeMap allows to store content in a map with entry duration life
Click to show internal directories.
Click to hide internal directories.