/**
  * @see EntityStore::getPropertyLookup
  */
 public function getPropertyLookup()
 {
     return new CachedPropertyLookup($this->entityStore->getPropertyLookup(), $this->entityCache);
 }