func onEvict()

in reference-api/main.go [15:17]


func onEvict(key string, value CachedResponse) {
	log.Printf("Evicted from cache: %s", key)
}