func()

in src/middleware/cache.go [60:62]


func (c *Cache) log(msg string) {
	log.Printf("Cache     : %s\n", msg)
}