Pinq\Tests\Integration\Caching\DirectoryCacheTest::setUpCache PHP Method

setUpCache() protected method

protected setUpCache ( )
    protected function setUpCache()
    {
        return new DirectoryCache(self::$cacheDirectoryPath);
    }
DirectoryCacheTest