The class parses the DCA files and stores various extracts like relations
in the cache directory. This meta data can then be loaded and used in the
application (e.g. the Model classes).
Usage:
$user = DcaExtractor::getInstance('tl_user');
if ($user->hasRelations())
{
print_r($user->getRelations());
}