Ejemplo n.º 1
0
void locator::add_to_cache(cache_type<T> &cache, const T &data) const
{
	cache.add(data, hash_, hash1_);
}