protected EntityAccessControlHandler::getCache($cid, $operation, $langcode, AccountInterface $account)
Tries to retrieve a previously cached access value from the static cache.
Parameters
string $cid: Unique string identifier for the entity/operation, for example the entity UUID or a custom string.
string $operation: The entity operation. Usually one of 'view', 'update', 'create' or 'delete'.
string $langcode: The language code for which to check access.
\Drupal\Core\Session\AccountInterface $