Ocean/ICCC/InitCacheNow.go

7 lines
140 B
Go
Raw Permalink Normal View History

2015-06-17 15:44:52 +00:00
package ICCC
// Starts the timer cache logic once and return after (no thread, no endless loop)
2015-06-17 15:44:52 +00:00
func InitCacheNow() {
cacheTimerLogic()
2015-06-17 15:44:52 +00:00
}