ScriptFUSION\Porter\Cache\MemoryCache::commit PHP Method

commit() public method

public commit ( )
    public function commit()
    {
        return true;
    }

Usage Example

Example #1
0
 public function testCommit()
 {
     self::assertTrue($this->cache->commit());
 }