Doctrine\ODM\OrientDB\Mapper\ClusterMap::getCacheKey PHP Method

getCacheKey() protected method

protected getCacheKey ( )
    protected function getCacheKey()
    {
        return sprintf(static::CACHE_KEY, $this->databaseName);
    }