public virtual void Clear()
 {
     lock (this)
     {
         cache.Clear();
     }
 }