Doctrine\ODM\OrientDB\Mapper\Annotations\Reader::createCacheProvider PHP 메소드

createCacheProvider() 보호된 메소드

Creates a new instance of a cache provider.
protected createCacheProvider ( ) : Doctrine\Common\Cache\CacheProvider
리턴 Doctrine\Common\Cache\CacheProvider
    protected function createCacheProvider()
    {
        return extension_loaded('xcache') ? new XcacheCache() : new ArrayCache();
    }