示例#1
0
文件: Entity.php 项目: emoveo/sfm
 /**
  * Returns either Entity will be cached
  * 
  * @return bool
  */
 public final function isCacheable()
 {
     return $this->mapper->isCacheable($this);
 }