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

setUpCache() protected method

protected setUpCache ( )
    protected function setUpCache()
    {
        return new ArrayAccessCacheAdapter(new ArrayAccessCacheImplementation());
    }
ArrayAccessCacheTest