Esempio n. 1
0
 /**
  * Constructor.
  * 
  * @param ContainerCacheInterface $cache ContainerCacheInterface
  */
 public function __construct(ContainerCacheInterface $cache)
 {
     parent::__construct();
     $this->cache = $cache;
 }