You are here

protected property MailCacheStatic::$cache in Simplenews 8.2

Same name and namespace in other branches
  1. 8 src/Mail/MailCacheStatic.php \Drupal\simplenews\Mail\MailCacheStatic::cache
  2. 3.x src/Mail/MailCacheStatic.php \Drupal\simplenews\Mail\MailCacheStatic::cache

The static cache.

Type: array

File

src/Mail/MailCacheStatic.php, line 20

Class

MailCacheStatic
Abstract implementation of the mail caching that does static caching.

Namespace

Drupal\simplenews\Mail

Code

protected $cache = [];