Documentation ¶
Index ¶
- type MyCache
- func (mc *MyCache) Add(key interface{}, value interface{}, lifeSpan time.Duration) *cache2go.CacheItem
- func (mc *MyCache) Clear() bool
- func (mc *MyCache) Delete(key interface{}) error
- func (mc *MyCache) GetCache2go() *cache2go.CacheTable
- func (mc *MyCache) IsExist(key interface{}) bool
- func (mc *MyCache) Value(key interface{}) (value interface{}, b bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.