Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncMapCache ¶
type SyncMapCache struct {
// contains filtered or unexported fields
}
func NewSyncMapCache ¶
func NewSyncMapCache(valueType reflect.Type) *SyncMapCache
func (*SyncMapCache) Delete ¶
func (s *SyncMapCache) Delete(key string)
func (*SyncMapCache) Get ¶
func (s *SyncMapCache) Get(key string) (interface{}, bool)
func (*SyncMapCache) Store ¶
func (s *SyncMapCache) Store(key string, value interface{}) error
Click to show internal directories.
Click to hide internal directories.