<?php
namespace ContainerEFLMJTd;
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
class RedisTagAwareAdapter_310208a extends \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter implements \ProxyManager\Proxy\VirtualProxyInterface
{
/**
* @var \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter|null wrapped object, if the proxy is initialized
*/
private $valueHolderb43b5 = null;
/**
* @var \Closure|null initializer responsible for generating the wrapped object
*/
private $initializer34829 = null;
/**
* @var bool[] map of public properties of the parent class
*/
private static $publicPropertiese41e7 = [
];
public function commit() : bool
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'commit', array(), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->commit();
}
public function deleteItems(array $keys) : bool
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'deleteItems', array('keys' => $keys), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->deleteItems($keys);
}
public function invalidateTags(array $tags)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'invalidateTags', array('tags' => $tags), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->invalidateTags($tags);
}
public function hasItem($key)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'hasItem', array('key' => $key), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->hasItem($key);
}
public function clear(string $prefix = '')
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'clear', array('prefix' => $prefix), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->clear($prefix);
}
public function deleteItem($key)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'deleteItem', array('key' => $key), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->deleteItem($key);
}
public function getItem($key)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'getItem', array('key' => $key), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->getItem($key);
}
public function getItems(array $keys = [])
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'getItems', array('keys' => $keys), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->getItems($keys);
}
public function save(\Psr\Cache\CacheItemInterface $item)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'save', array('item' => $item), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->save($item);
}
public function saveDeferred(\Psr\Cache\CacheItemInterface $item)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'saveDeferred', array('item' => $item), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->saveDeferred($item);
}
public function enableVersioning(bool $enable = true)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'enableVersioning', array('enable' => $enable), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->enableVersioning($enable);
}
public function reset()
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'reset', array(), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->reset();
}
public function setLogger(\Psr\Log\LoggerInterface $logger)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'setLogger', array('logger' => $logger), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->setLogger($logger);
}
public function setCallbackWrapper(?callable $callbackWrapper) : callable
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'setCallbackWrapper', array('callbackWrapper' => $callbackWrapper), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->setCallbackWrapper($callbackWrapper);
}
public function get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'get', array('key' => $key, 'callback' => $callback, 'beta' => $beta, 'metadata' => $metadata), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->get($key, $callback, $beta, $metadata);
}
public function delete(string $key) : bool
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'delete', array('key' => $key), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return $this->valueHolderb43b5->delete($key);
}
/**
* Constructor for lazy initialization
*
* @param \Closure|null $initializer
*/
public static function staticProxyConstructor($initializer)
{
static $reflection;
$reflection = $reflection ?? new \ReflectionClass(__CLASS__);
$instance = $reflection->newInstanceWithoutConstructor();
unset($instance->maxIdLength, $instance->logger);
\Closure::bind(function (\Symfony\Component\Cache\Adapter\RedisTagAwareAdapter $instance) {
unset($instance->redisEvictionPolicy, $instance->namespace, $instance->redis, $instance->marshaller);
}, $instance, 'Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter')->__invoke($instance);
\Closure::bind(function (\Symfony\Component\Cache\Adapter\AbstractTagAwareAdapter $instance) {
unset($instance->namespace, $instance->defaultLifetime, $instance->namespaceVersion, $instance->versioningIsEnabled, $instance->deferred, $instance->ids, $instance->callbackWrapper, $instance->computing);
}, $instance, 'Symfony\\Component\\Cache\\Adapter\\AbstractTagAwareAdapter')->__invoke($instance);
$instance->initializer34829 = $initializer;
return $instance;
}
public function __construct($redis, string $namespace = '', int $defaultLifetime = 0, ?\Symfony\Component\Cache\Marshaller\MarshallerInterface $marshaller = null)
{
static $reflection;
if (! $this->valueHolderb43b5) {
$reflection = $reflection ?? new \ReflectionClass('Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter');
$this->valueHolderb43b5 = $reflection->newInstanceWithoutConstructor();
unset($this->maxIdLength, $this->logger);
\Closure::bind(function (\Symfony\Component\Cache\Adapter\RedisTagAwareAdapter $instance) {
unset($instance->redisEvictionPolicy, $instance->namespace, $instance->redis, $instance->marshaller);
}, $this, 'Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter')->__invoke($this);
\Closure::bind(function (\Symfony\Component\Cache\Adapter\AbstractTagAwareAdapter $instance) {
unset($instance->namespace, $instance->defaultLifetime, $instance->namespaceVersion, $instance->versioningIsEnabled, $instance->deferred, $instance->ids, $instance->callbackWrapper, $instance->computing);
}, $this, 'Symfony\\Component\\Cache\\Adapter\\AbstractTagAwareAdapter')->__invoke($this);
}
$this->valueHolderb43b5->__construct($redis, $namespace, $defaultLifetime, $marshaller);
}
public function & __get($name)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, '__get', ['name' => $name], $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
if (isset(self::$publicPropertiese41e7[$name])) {
return $this->valueHolderb43b5->$name;
}
$realInstanceReflection = new \ReflectionClass('Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolderb43b5;
$backtrace = debug_backtrace(false, 1);
trigger_error(
sprintf(
'Undefined property: %s::$%s in %s on line %s',
$realInstanceReflection->getName(),
$name,
$backtrace[0]['file'],
$backtrace[0]['line']
),
\E_USER_NOTICE
);
return $targetObject->$name;
}
$targetObject = $this->valueHolderb43b5;
$accessor = function & () use ($targetObject, $name) {
return $targetObject->$name;
};
$backtrace = debug_backtrace(true, 2);
$scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
$accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
$returnValue = & $accessor();
return $returnValue;
}
public function __set($name, $value)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, '__set', array('name' => $name, 'value' => $value), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
$realInstanceReflection = new \ReflectionClass('Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolderb43b5;
$targetObject->$name = $value;
return $targetObject->$name;
}
$targetObject = $this->valueHolderb43b5;
$accessor = function & () use ($targetObject, $name, $value) {
$targetObject->$name = $value;
return $targetObject->$name;
};
$backtrace = debug_backtrace(true, 2);
$scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
$accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
$returnValue = & $accessor();
return $returnValue;
}
public function __isset($name)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, '__isset', array('name' => $name), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
$realInstanceReflection = new \ReflectionClass('Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolderb43b5;
return isset($targetObject->$name);
}
$targetObject = $this->valueHolderb43b5;
$accessor = function () use ($targetObject, $name) {
return isset($targetObject->$name);
};
$backtrace = debug_backtrace(true, 2);
$scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
$accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
$returnValue = $accessor();
return $returnValue;
}
public function __unset($name)
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, '__unset', array('name' => $name), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
$realInstanceReflection = new \ReflectionClass('Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter');
if (! $realInstanceReflection->hasProperty($name)) {
$targetObject = $this->valueHolderb43b5;
unset($targetObject->$name);
return;
}
$targetObject = $this->valueHolderb43b5;
$accessor = function () use ($targetObject, $name) {
unset($targetObject->$name);
return;
};
$backtrace = debug_backtrace(true, 2);
$scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub();
$accessor = $accessor->bindTo($scopeObject, get_class($scopeObject));
$accessor();
}
public function __clone()
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, '__clone', array(), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
$this->valueHolderb43b5 = clone $this->valueHolderb43b5;
}
public function __sleep()
{
$this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, '__sleep', array(), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
return array('valueHolderb43b5');
}
public function __wakeup()
{
unset($this->maxIdLength, $this->logger);
\Closure::bind(function (\Symfony\Component\Cache\Adapter\RedisTagAwareAdapter $instance) {
unset($instance->redisEvictionPolicy, $instance->namespace, $instance->redis, $instance->marshaller);
}, $this, 'Symfony\\Component\\Cache\\Adapter\\RedisTagAwareAdapter')->__invoke($this);
\Closure::bind(function (\Symfony\Component\Cache\Adapter\AbstractTagAwareAdapter $instance) {
unset($instance->namespace, $instance->defaultLifetime, $instance->namespaceVersion, $instance->versioningIsEnabled, $instance->deferred, $instance->ids, $instance->callbackWrapper, $instance->computing);
}, $this, 'Symfony\\Component\\Cache\\Adapter\\AbstractTagAwareAdapter')->__invoke($this);
}
public function setProxyInitializer(?\Closure $initializer = null) : void
{
$this->initializer34829 = $initializer;
}
public function getProxyInitializer() : ?\Closure
{
return $this->initializer34829;
}
public function initializeProxy() : bool
{
return $this->initializer34829 && ($this->initializer34829->__invoke($valueHolderb43b5, $this, 'initializeProxy', array(), $this->initializer34829) || 1) && $this->valueHolderb43b5 = $valueHolderb43b5;
}
public function isProxyInitialized() : bool
{
return null !== $this->valueHolderb43b5;
}
public function getWrappedValueHolderValue()
{
return $this->valueHolderb43b5;
}
public function __destruct()
{
$this->initializer34829 || $this->valueHolderb43b5->__destruct();
}
}
if (!\class_exists('RedisTagAwareAdapter_310208a', false)) {
\class_alias(__NAMESPACE__.'\\RedisTagAwareAdapter_310208a', 'RedisTagAwareAdapter_310208a', false);
}