public virtual void EvictAll( ICollection keys )
The result of this method is defined to be semantically the same as the following implementation:
foreach (object key in keys) { Evict(key); }