PHP Класс AppserverIo\Appserver\Core\Api\Node\MetadataCacheConfigurationNode

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\CacheFactories\CacheConfigurationNodeInterface, use trait ParamsNodeTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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