7 lines
93 B
Go
7 lines
93 B
Go
package ICCC
|
|
|
|
// Starts the cache timer thread.
|
|
func StartCacheTimer() {
|
|
initCacheTimer()
|
|
}
|