You are here

protected property Developer::$companiesCache in Apigee Edge 8

Caches company names.

This does not get saved to the persistent entity cache because it gets calculated only when it is necessary, when getCompanies() gets called.

Type: \Drupal\apigee_edge\Entity\DeveloperCompaniesCacheInterface

See also

getCompanies()

File

src/Entity/Developer.php, line 108

Class

Developer
Defines the Developer entity class.

Namespace

Drupal\apigee_edge\Entity

Code

protected $companiesCache;