Exemplo n.º 1
0
 /**
  * Constructs the cache
  *
  * @param string $identifier A identifier which describes this cache
  * @param \TYPO3\FLOW3\Cache\Backend\PhpCapableBackendInterface $backend Backend to be used for this cache
  */
 public function __construct($identifier, \TYPO3\FLOW3\Cache\Backend\PhpCapableBackendInterface $backend)
 {
     parent::__construct($identifier, $backend);
 }