Counts the number of length calls that missed the cache

Property definitions

text_stat :: text_stat $ Sys :: length_cache_miss
	# Counts the number of length calls that missed the cache
	var length_cache_miss = new Counter[String]
lib/text_stat/text_stat.nit:39,2--40,44