cacheSettings = $settings; $this->entityName = $entityName; $this->boolValue = $boolValue; } function CacheSettings() { return $cacheSettings; } function EntityName() { return $entityName; } } // EOF