We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562acd3 commit 5af44bfCopy full SHA for 5af44bf
src/App/Models/RemoteType.php
@@ -80,7 +80,7 @@ private function fetchData(?string $value = null, bool $search = false)
80
81
public function getRemoteData(?string $identifierValue = null)
82
{
83
- $cacheKey = 'remote_custom_field_' . $this->id;
+ $cacheKey = 'remote_custom_field_' . $this->id . '_' . $identifierValue;
84
if (config('asseco-custom-fields.should_cache_remote') && Cache::has($cacheKey)) {
85
return Cache::get($cacheKey);
86
}
0 commit comments