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