Ocean/ICCC/InitCacheNow.go
2015-07-10 14:36:47 +02:00

7 lines
140 B
Go

package ICCC
// Starts the timer cache logic once and return after (no thread, no endless loop)
func InitCacheNow() {
cacheTimerLogic()
}