PHP Class AppserverIo\Appserver\Core\Api\Node\ResultCacheConfigurationNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\CacheFactories\CacheConfigurationNodeInterface, use trait ParamsNodeTrait
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$factory string The Doctrine query cache factory class name.

Public Methods

Method Description
__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.

Method Details

__construct() public method

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() public method

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

Property Details

$factory protected property

The Doctrine query cache factory class name.
protected string $factory
return string