ImboIntegrationTest\Cache\CacheTests::getCacheData PHP Method

getCacheData() public method

public getCacheData ( )
    public function getCacheData()
    {
        return [['key1', 'value'], ['key2', 123], ['key3', [1, 2, 3]], ['key4', new \stdClass()]];
    }