Ocean/ICCC/StartCacheTimer.go

7 lines
93 B
Go
Raw Normal View History

2015-06-17 15:44:52 +00:00
package ICCC
// Starts the cache timer thread.
func StartCacheTimer() {
initCacheTimer()
}