예제 #1
0
 /**
  * Constructor
  *
  * @param \Zend\Cache\Storage\StorageInterface $dynamicCache
  */
 public function __construct(StorageInterface $dynamicCache)
 {
     $this->dynamicCacheInstance = $dynamicCache;
     parent::__construct();
 }