Delete() public method

public Delete ( $Key )
コード例 #1
0
ファイル: IdentityMap.php プロジェクト: timetoogo/penumbra
 public final function RemoveFromCache($Entity)
 {
     $IdentityHash = $this->EntityMap->Identity($Entity)->Hash();
     $this->Cache->Delete($IdentityHash);
 }