Closed bschmalhofer closed 1 month ago
According to the POD of ConfigItemGet() the parameter Cache can be used for turning off cacheíng.
https://github.com/RotherOSS/ITSMConfigurationManagement/blob/d6892c4c0c9c02fe93d70d980f9650d64ac93d8b/Kernel/System/ITSMConfigItem.pm#L218-L226
But the implementation does not reflect this.
The commit seemingly does not have anything to do with this issue.
The parameter has been removed from the POD in commit 1b159a863954431f04e579d980e7f37eb325f348. Closing the issue.
According to the POD of ConfigItemGet() the parameter Cache can be used for turning off cacheíng.
https://github.com/RotherOSS/ITSMConfigurationManagement/blob/d6892c4c0c9c02fe93d70d980f9650d64ac93d8b/Kernel/System/ITSMConfigItem.pm#L218-L226
But the implementation does not reflect this.