Cache\Encryption\Tests\IntegrationPoolTest::createCachePool PHP Method

createCachePool() public method

public createCachePool ( )
    public function createCachePool()
    {
        return new EncryptedCachePool(new ArrayCachePool(null, $this->cacheArray), Key::loadFromAsciiSafeString('def000007c57b06c65b0df4bcac939924e42605d8d76e1462b619318bf94107c28db30c5394b4242db5e45563e1226cffcdff8123fa214ea1fcc4aa10b0ddb1b4a587b7e'));
    }
IntegrationPoolTest