ScriptFUSION\Porter\Cache\MemoryCache::commit PHP 메소드

commit() 공개 메소드

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

Usage Example

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