Prado\Data\SqlMap\DataMapper\TFastSqlMapApplicationCache::getCacheKey PHP Method

getCacheKey() protected method

protected getCacheKey ( $key )
    protected function getCacheKey($key)
    {
        return $this->getBaseKey() . '###' . $key;
    }