Daniel Steininger

Results 2 comments of Daniel Steininger

Hello all. I also need the function that the value is forced to be deleted after timeout. ```golang func (table *CacheTable) Add(key interface{}, lifeSpan time.Duration, data interface{}) *CacheItem { func...

Ok, for the first time we can flush the complete cache. => as a work-a-round ```golang var internalCache *cache2go.CacheTable func init() { internalCache = cache2go.Cache("internalCache") go func() { for {...