@@ -73,6 +73,9 @@ |
||
73 | 73 | $this->setValue($event->key, $event->value); |
74 | 74 | } |
75 | 75 | |
76 | + /** |
|
77 | + * @param string $value |
|
78 | + */ |
|
76 | 79 | protected function setValue($key, $value) |
77 | 80 | { |
78 | 81 | $this->cache->set($key, $value, $this->cacheDuration, $this->cacheDependency); |