Versions in this module Expand all Collapse all v0 v0.6.7 Mar 15, 2024 Changes in this version + func DeleteValue(Slot, K string) + func Flush() + func GetSlot(Slot string) map[string]Hnc8RegisterPoint + func InitHnc8CnCPointCache(ruleEngine typex.RuleX) intercache.InterCache + func RegisterSlot(Slot string) + func SetValue(Slot, K string, V Hnc8RegisterPoint) + func Size() uint64 + func UnRegisterSlot(Slot string) + type Hnc8CnCPointCache struct + Slots map[string]map[string]Hnc8RegisterPoint + func (M *Hnc8CnCPointCache) DeleteValue(Slot, K string) + func (M *Hnc8CnCPointCache) Flush() + func (M *Hnc8CnCPointCache) GetSlot(Slot string) map[string]Hnc8RegisterPoint + func (M *Hnc8CnCPointCache) GetValue(Slot, K string) Hnc8RegisterPoint + func (M *Hnc8CnCPointCache) RegisterSlot(Slot string) + func (M *Hnc8CnCPointCache) SetValue(Slot, K string, V Hnc8RegisterPoint) + func (M *Hnc8CnCPointCache) Size() uint64 + func (M *Hnc8CnCPointCache) UnRegisterSlot(Slot string) + type Hnc8RegisterPoint struct + LastFetchTime uint64 + Status int + UUID string + Value string + func GetValue(Slot, K string) Hnc8RegisterPoint