Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ICache ¶
type ICache interface { Put(int64, ISystemObject) Remove(int64, ISystemObject) Get(int64) (ISystemObject, bool) Size() int ForEachValue(func(ISystemObject)) Load(map[int64]ISystemObject) Clear() OnChanged(func()) }
type ISystemObject ¶
type ISystemObject interface { }
type ITimedTokenGenerator ¶
Click to show internal directories.
Click to hide internal directories.