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

Clear() public method

public Clear ( )
    public function Clear();

Usage Example

コード例 #1
0
ファイル: IdentityMap.php プロジェクト: timetoogo/penumbra
 public final function Clear()
 {
     $this->Cache->Clear();
 }