Storm\Utilities\Cache\ICache::Delete PHP Method

Delete() public method

public Delete ( $Key )
    public function Delete($Key);

Usage Example

Exemplo n.º 1
0
 public final function RemoveFromCache($Entity)
 {
     $IdentityHash = $this->EntityMap->Identity($Entity)->Hash();
     $this->Cache->Delete($IdentityHash);
 }