Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type IDValueCache ¶
type IDValueCache struct {
// contains filtered or unexported fields
}
func NewValueCache ¶
func NewValueCache() *IDValueCache
func (*IDValueCache) Delete ¶
func (pc *IDValueCache) Delete(value interface{}) (interface{}, error)
func (*IDValueCache) Get ¶
func (pc *IDValueCache) Get(value interface{}) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.