Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectCache ¶
type ObjectCache struct {
// contains filtered or unexported fields
}
ObjectCache is a simple wrapper of expiration cache that 1. use string type key 2. has an updater to get value directly if it is expired 3. then update the cache
func NewObjectCache ¶
func NewObjectCache(f func() (interface{}, error), ttl time.Duration) *ObjectCache
NewObjectCache creates ObjectCache with an updater. updater returns an object to cache.
Click to show internal directories.
Click to hide internal directories.