mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-20 17:19:34 +00:00
Prefix cache keys with oemsecrets_ to avoid key collissions
This commit is contained in:
parent
097f5db177
commit
015a72321d
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ class OEMSecretsProvider implements InfoProviderInterface
|
||||||
* @return string The generated cache key.
|
* @return string The generated cache key.
|
||||||
*/
|
*/
|
||||||
private function getCacheKey(string $provider_id): string {
|
private function getCacheKey(string $provider_id): string {
|
||||||
return 'part_details_' . md5($provider_id);
|
return 'oemsecrets_part_' . md5($provider_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue