Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LimitedCache ¶ added in v1.3.0
type LimitedCache struct {
// contains filtered or unexported fields
}
func NewLimitedCache ¶ added in v1.3.0
func NewLimitedCache(maxLen int) *LimitedCache
func (*LimitedCache) Load ¶ added in v1.3.0
func (c *LimitedCache) Load(t reflect.Type) (interface{}, bool)
func (*LimitedCache) Store ¶ added in v1.3.0
func (c *LimitedCache) Store(t reflect.Type, v interface{})
Click to show internal directories.
Click to hide internal directories.