RemoveAllInstancesOf() public method

public RemoveAllInstancesOf ( Type type ) : void
type System.Type
return void
Beispiel #1
0
 public void RemoveAllInstancesFromCache <TEntity>()
 {
     sessionLevelCache.RemoveAllInstancesOf(typeof(TEntity));
 }