Acl\Test\TestCase\Adapter\CachedDbAclTwoTest::getCacheKey PHP Method

getCacheKey() public method

Pass through for cache keys
public getCacheKey ( string | array | Cake\ORM\Entity $aro, string | array | Cake\ORM\Entity $aco, string $action ) : string
$aro string | array | Cake\ORM\Entity The requesting object identifier.
$aco string | array | Cake\ORM\Entity The controlled object identifier.
$action string Action
return string
    public function getCacheKey($aro, $aco, $action)
    {
        return $this->_getCacheKey($aro, $aco, $action);
    }
CachedDbAclTwoTest