示例#1
0
 public function isEntityCacheExists($place, $entityId)
 {
     $placeId = $this->findPlaceId($place);
     return $this->componentPlaceCacheDao->findCache($placeId, $entityId) !== null;
 }