PHP 클래스 AppserverIo\Appserver\Core\Api\Node\ResultCacheConfigurationNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\CacheFactories\CacheConfigurationNodeInterface, use trait ParamsNodeTrait
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$factory string The Doctrine query cache factory class name.

공개 메소드들

메소드 설명
__construct ( string $factory = 'AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\CacheFactories\ArrayCacheFactory' ) Initialize the node with the passed factory class name.
getFactory ( ) : string Return's the Doctrine query cache factory class.

메소드 상세

__construct() 공개 메소드

Initialize the node with the passed factory class name.
public __construct ( string $factory = 'AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\CacheFactories\ArrayCacheFactory' )
$factory string The factory class name to use

getFactory() 공개 메소드

Return's the Doctrine query cache factory class.
public getFactory ( ) : string
리턴 string The Doctrine query cache factory class

프로퍼티 상세

$factory 보호되어 있는 프로퍼티

The Doctrine query cache factory class name.
protected string $factory
리턴 string