Beispiel #1
0
 /**
  * Returns either Entity will be cached
  * 
  * @return bool
  */
 public final function isCacheable()
 {
     return $this->mapper->isCacheable($this);
 }