Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function test($identifier)
 {
     return $this->_frontend->test($identifier);
 }
Exemplo n.º 2
0
 /**
  * Check whether notification is exists in cache
  *
  * @param string $notificationType
  * @param string $customerId
  * @return bool
  */
 public function isExists($notificationType, $customerId)
 {
     return $this->cache->test($this->getCacheKey($notificationType, $customerId));
 }