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 a90f38a commit d931868Copy full SHA for d931868
README.md
@@ -304,7 +304,7 @@ $your_product_data = [
304
/* ... */
305
];
306
307
-if ($CachedString->isHit()) {
+if (!$CachedString->isHit()) {
308
$CachedString->set($your_product_data)->expiresAfter(5);//in seconds, also accepts Datetime
309
$InstanceCache->save($CachedString); // Save the cache item just like you do with doctrine and entities
310
0 commit comments