Bravo3\Orm\Tests\Services\CachingStrategyTest::getCacheServices PHP Метод

getCacheServices() публичный Метод

Get an array of caching services
public getCacheServices ( ) : array
Результат array
    public function getCacheServices()
    {
        return [[new EphemeralEntityCache()]];
    }