Bravo3\Orm\Services\Cache\EphemeralEntityCache::getEntityKey PHP Method

getEntityKey() private method

Get an entity storage key
private getEntityKey ( string $class_name, string $id ) : string
$class_name string
$id string
return string
    private function getEntityKey($class_name, $id)
    {
        return $class_name . ':' . $id;
    }