/**
  * contructor.
  *
  * @param BusinessEntityCacheReader $cacheReader
  */
 public function setBusinessEntityCacheReader(BusinessEntityCacheReader $cacheReader)
 {
     self::$cacheReader = $cacheReader;
 }
 /**
  * contructor
  * @param array $annotationReader
  */
 public function setAnnotationReader($annotationReader)
 {
     self::$annotationReader = $annotationReader;
 }