Returns the metadata for the given class from the cache
string $class Class Name:
ClassMetadata|false A ClassMetadata instance or false on miss
Overrides CacheInterface::read
public function read($class) {
return apc_fetch($this->prefix . $class);
}